Преглед изворни кода

implemented the translations

白石誠 пре 5 година
родитељ
комит
70fe4f9ea4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/js/components/PageDuplicateModal.jsx

+ 1 - 1
src/client/js/components/PageDuplicateModal.jsx

@@ -183,7 +183,7 @@ const PageDuplicateModal = (props) => {
           onClick={duplicate}
           disabled={(isDuplicateRecursively && isDuplicateRecursivelyExist && !isDuplicateRecursivelyWithoutExistPath) || (path === pageNameInput)}
         >
-          Duplicate page
+          { t('modal_duplicate.label.Duplicate page') }
         </button>
       </ModalFooter>
     </Modal>