Explorar el Código

use translation

reiji-h hace 2 años
padre
commit
3ee84a8426
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/components/SavePageControls.tsx

+ 1 - 1
apps/app/src/components/SavePageControls.tsx

@@ -135,7 +135,7 @@ const SavePageButton = (props: {slackChannels: string, isDeviceLargerThanMd?: bo
                     {labelUnpublishPage}
                   </button>
                   <button type="button" className="btn btn-outline-neutral-secondary" onClick={() => setIsSavePageModalShown(false)}>
-                    Cancel
+                    {t('Cancel')}
                   </button>
                 </div>
               </Modal>