Commit 5f28c6da authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Minor reuse existing gitlab pot translations

parent 8ac220f5
...@@ -78,7 +78,7 @@ export default { ...@@ -78,7 +78,7 @@ export default {
<p data-testid="confirm-danger-warning">{{ $options.i18n.CONFIRM_DANGER_WARNING }}</p> <p data-testid="confirm-danger-warning">{{ $options.i18n.CONFIRM_DANGER_WARNING }}</p>
<p data-testid="confirm-danger-phrase"> <p data-testid="confirm-danger-phrase">
<gl-sprintf :message="$options.i18n.CONFIRM_DANGER_PHRASE_TEXT"> <gl-sprintf :message="$options.i18n.CONFIRM_DANGER_PHRASE_TEXT">
<template #code> <template #phrase_code>
<code>{{ phrase }}</code> <code>{{ phrase }}</code>
</template> </template>
</gl-sprintf> </gl-sprintf>
......
...@@ -7,5 +7,5 @@ export const CONFIRM_DANGER_WARNING = __( ...@@ -7,5 +7,5 @@ export const CONFIRM_DANGER_WARNING = __(
'This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention.', 'This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention.',
); );
export const CONFIRM_DANGER_PHRASE_TEXT = __( export const CONFIRM_DANGER_PHRASE_TEXT = __(
'Please type %{code} to proceed or close this modal to cancel.', 'Please type %{phrase_code} to proceed or close this modal to cancel.',
); );
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment