diff --git a/static/app-strings.json b/static/app-strings.json
index c01f3601c..e4f31fa78 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -2293,5 +2293,13 @@
"%free% of %total% available": "%free% of %total% available",
"Short (< 4 min)": "Short (< 4 min)",
"Medium (4 - 20 min)": "Medium (4 - 20 min)",
+ "Rename List": "Rename List",
+ "New Name": "New Name",
+ "Rename": "Rename",
+ "New Collection Name": "New Collection Name",
+ "In %collection%": "In %collection%",
+ "Add to %collection%": "Add to %collection%",
+ "Show this channel your appreciation by sending a donation of Credits. ": "Show this channel your appreciation by sending a donation of Credits. ",
+ "%action% %collection%": "%action% %collection%",
"--end--": "--end--"
}
diff --git a/ui/component/collectionActions/view.jsx b/ui/component/collectionActions/view.jsx
index ce125a871..1322a7002 100644
--- a/ui/component/collectionActions/view.jsx
+++ b/ui/component/collectionActions/view.jsx
@@ -29,7 +29,6 @@ type Props = {
doToggleShuffleList: (string, boolean) => void,
playNextUri: string,
firstItem: string,
- onRenameCollection: () => void,
};
function CollectionActions(props: Props) {
@@ -49,7 +48,6 @@ function CollectionActions(props: Props) {
firstItem,
showEdit,
setShowEdit,
- onRenameCollection,
} = props;
const [doShuffle, setDoShuffle] = React.useState(false);
const { push } = useHistory();
@@ -122,17 +120,6 @@ function CollectionActions(props: Props) {
{!isBuiltin &&
(isMyCollection ? (
<>
- {!uri && (
-
- )}