kaori 3 лет назад
Родитель
Сommit
820948c8f4

+ 1 - 1
packages/app/src/components/PageAlert/TrashPageAlert.tsx

@@ -75,7 +75,7 @@ export const TrashPageAlert = (): JSX.Element => {
           data-toggle="modal"
           data-testid="put-back-button"
         >
-          <i className="icon-action-undo" aria-hidden="true"></i> { t('Put Back') }aaa
+          <i className="icon-action-undo" aria-hidden="true"></i> { t('Put Back') }
         </button>
         <button
           type="button"

+ 1 - 1
packages/app/src/components/PageDeleteModal.tsx

@@ -275,7 +275,7 @@ const PageDeleteModal: FC = () => {
           data-testid="delete-page-button"
         >
           <i className={`mr-1 icon-${deleteIconAndKey[deleteMode].icon}`} aria-hidden="true"></i>
-          { t(`modal_delete.delete_${deleteIconAndKey[deleteMode].translationKey}`) }hogewww
+          { t(`modal_delete.delete_${deleteIconAndKey[deleteMode].translationKey}`) }
         </button>
       </>
     );