We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c51198 + eb04b91 commit 0061bedCopy full SHA for 0061bed
assets/admin/components/playlist/shared-playlists-column.jsx
@@ -9,7 +9,7 @@ import Publishing from "../util/publishing";
9
*/
10
function getSharedPlaylistColumns() {
11
const { t } = useTranslation("common", {
12
- keyPrefix: "playlists-columns",
+ keyPrefix: "shared-playlists-columns",
13
});
14
15
const columns = [
assets/admin/translations/da/common.json
@@ -518,6 +518,11 @@
518
"status": "Status",
519
"number-of-slides": "Slides tilknyttede"
520
},
521
+ "shared-playlists-columns": {
522
+ "name": "Navn",
523
+ "created-by": "Oprettet af",
524
+ "published": "Udgivet"
525
+ },
526
"playlist-campaign-manager": {
527
"campaign": {
528
"edit-header": "Rediger følgende kampagne",
0 commit comments