Skip to content

Commit

Permalink
Update modal confirmation text
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jan 2, 2024
1 parent 049cbdd commit 6dd4fea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2023-11-29T10:47:23.653Z\n"
"PO-Revision-Date: 2023-11-29T10:47:23.656Z\n"
"POT-Creation-Date: 2024-01-02T14:28:02.554Z\n"
"PO-Revision-Date: 2024-01-02T14:28:02.554Z\n"

msgid "Something went wrong"
msgstr "Something went wrong"
Expand Down Expand Up @@ -237,8 +237,8 @@ msgstr "Are you sure you want to delete this job?"
msgid "Are you sure you want to delete this queue?"
msgstr "Are you sure you want to delete this queue?"

msgid "Are you sure you want to discard this form?"
msgstr "Are you sure you want to discard this form?"
msgid "Are you sure you want to discard your changes?"
msgstr "Are you sure you want to discard your changes?"

msgid "Discard"
msgstr "Discard"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modal/DiscardFormModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import history from '../../services/history'
const DiscardFormModal = ({ hideModal }) => (
<Modal open small onClose={hideModal}>
<ModalContent>
{i18n.t('Are you sure you want to discard this form?')}
{i18n.t('Are you sure you want to discard your changes?')}
</ModalContent>
<ModalActions>
<ButtonStrip end>
Expand Down

0 comments on commit 6dd4fea

Please sign in to comment.