You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/desktop/src/locales/en/messages.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5233,6 +5233,9 @@
5233
5233
"message": "Progress bar",
5234
5234
"description": "This is the name of a page component that displays progress to the user. This string will be used to label the progress bar for a screenreader when multiple progress bars are on a page, like 'Progress bar 1' and 'Progress bar 2'."
5235
5235
},
5236
+
"errorImportingMyItemsMultiCollection": {
5237
+
"message": "You cannot import items into My Items that are part of multiple collections"
Copy file name to clipboardExpand all lines: apps/web/src/locales/en/messages.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13919,6 +13919,9 @@
13919
13919
"message": "Progress bar",
13920
13920
"description": "This is the name of a page component that displays progress to the user. This string will be used to label the progress bar for a screenreader when multiple progress bars are on a page, like 'Progress bar 1' and 'Progress bar 2'."
13921
13921
},
13922
+
"errorImportingMyItemsMultiCollection": {
13923
+
"message": "You cannot import items into My Items that are part of multiple collections"
0 commit comments