소스 검색

refactor notice sentence

yuken 4 년 전
부모
커밋
ac74de337f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      packages/app/resource/locales/en_US/translation.json
  2. 1 1
      packages/app/resource/locales/ja_JP/translation.json

+ 1 - 1
packages/app/resource/locales/en_US/translation.json

@@ -445,7 +445,7 @@
   "modal_empty":{
     "empty_the_trash": "Empty The Trash",
     "empty_the_trash_button": "Empty The Trash",
-    "not_deletable_notice": "Some pages cannot be removed due to lack of rights.",
+    "not_deletable_notice": "Some pages cannot be removed due to lack of permission.",
     "notice": "The pages deleted completely are unrecoverable."
   },
   "modal_duplicate": {

+ 1 - 1
packages/app/resource/locales/ja_JP/translation.json

@@ -444,7 +444,7 @@
   "modal_empty":{
     "empty_the_trash": "ゴミ箱を空にする",
     "empty_the_trash_button": "空にする",
-    "not_deletable_notice": "権がないため、いくつかのページは削除できません",
+    "not_deletable_notice": "権がないため、いくつかのページは削除できません",
     "notice": "完全削除したページは元に戻すことができません"
   },
   "modal_duplicate": {