Просмотр исходного кода

:memo: Add missing addMoreFiles string to locale

Also, see #1109
Florian 6 лет назад
Родитель
Сommit
d57b44090f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      website/src/docs/dashboard.md

+ 2 - 0
website/src/docs/dashboard.md

@@ -222,6 +222,8 @@ The default English strings are:
 strings: {
 strings: {
   // When `inline: false`, used as the screen reader label for the button that closes the modal.
   // When `inline: false`, used as the screen reader label for the button that closes the modal.
   closeModal: 'Close Modal',
   closeModal: 'Close Modal',
+  // When `inline: false`, used as the screen reader label for the button that adds more files (+)
+  addMoreFiles: 'Add more files',
   // Used as the header for import panels, e.g., "Import from Google Drive".
   // Used as the header for import panels, e.g., "Import from Google Drive".
   importFrom: 'Import from %{name}',
   importFrom: 'Import from %{name}',
   // When `inline: false`, used as the screen reader label for the dashboard modal.
   // When `inline: false`, used as the screen reader label for the dashboard modal.