Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 0c8ddba

Browse files
committed
chore: fix invalid message
1 parent bbfc6bd commit 0c8ddba

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

_locales/de/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"dupes": {
688688
"message": "Your channel list contains duplicate channels that haven't been removed after being migrated. They likely break updates for the service they're from."
689689
},
690-
"removeDupes": "Remove unnecessary duplicates"
690+
"removeDupes": {
691+
"message": "Remove unnecessary duplicates"
692+
}
691693
}

_locales/en/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"dupes": {
688688
"message": "Your channel list contains duplicate channels that haven't been removed after being migrated. They likely break updates for the service they're from."
689689
},
690-
"removeDupes": "Remove unnecessary duplicates"
690+
"removeDupes": {
691+
"message": "Remove unnecessary duplicates"
692+
}
691693
}

_locales/es_MX/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"dupes": {
688688
"message": "Your channel list contains duplicate channels that haven't been removed after being migrated. They likely break updates for the service they're from."
689689
},
690-
"removeDupes": "Remove unnecessary duplicates"
690+
"removeDupes": {
691+
"message": "Remove unnecessary duplicates"
692+
}
691693
}

_locales/fr/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"dupes": {
688688
"message": "Your channel list contains duplicate channels that haven't been removed after being migrated. They likely break updates for the service they're from."
689689
},
690-
"removeDupes": "Remove unnecessary duplicates"
690+
"removeDupes": {
691+
"message": "Remove unnecessary duplicates"
692+
}
691693
}

_locales/ru/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"dupes": {
688688
"message": "Your channel list contains duplicate channels that haven't been removed after being migrated. They likely break updates for the service they're from."
689689
},
690-
"removeDupes": "Remove unnecessary duplicates"
690+
"removeDupes": {
691+
"message": "Remove unnecessary duplicates"
692+
}
691693
}

_locales/uk_UA/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,7 @@
687687
"dupes": {
688688
"message": "Your channel list contains duplicate channels that haven't been removed after being migrated. They likely break updates for the service they're from."
689689
},
690-
"removeDupes": "Remove unnecessary duplicates"
690+
"removeDupes": {
691+
"message": "Remove unnecessary duplicates"
692+
}
691693
}

0 commit comments

Comments
 (0)