Sfoglia il codice sorgente

fix(i18n): correct typo in zh-Hant translation (#12852)

海狸大師 3 mesi fa
parent
commit
677a69deed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/i18n/zh-Hant/common.ts

+ 1 - 1
web/i18n/zh-Hant/common.ts

@@ -607,7 +607,7 @@ const translation = {
     pasteFileLink: '粘貼文件連結',
     pasteFileLinkInputPlaceholder: '輸入網址...',
     uploadFromComputerReadError: '檔案讀取失敗,請重試。',
-    uploadFromComputerUploadError: '檔上傳失敗,請重新上傳。',
+    uploadFromComputerUploadError: '檔上傳失敗,請重新上傳。',
     pasteFileLinkInvalid: '無效的文件連結',
     uploadFromComputer: '本地上傳',
     fileExtensionNotSupport: '不支援檔擴展名',