diff --git a/i18n.yaml b/i18n.yaml index 3af6fba..37e3f73 100644 --- a/i18n.yaml +++ b/i18n.yaml @@ -38,12 +38,14 @@ reference: text-powered-by: Powered by text-pre-reveal-hint: To reveal the secret click this button but be aware doing so will destroy the secret. You can only view it once! text-pre-url: 'Your secret was created and stored using this URL:' + text-secret-burned: The secret was successfully destroyed. text-secret-create-disabled: The creation of new secrets is disabled in this instance. title-explanation: This is how it works… title-new-secret: Create a new secret title-reading-secret: Reading your secret… title-secret-create-disabled: Secret creation disabled… title-secret-created: Secret created! + tooltip-burn-secret: Burn Secret now! tooltip-copy-to-clipboard: Copy to Clipboard tooltip-download-as-file: Download as File translations: diff --git a/src/components/display-url.vue b/src/components/display-url.vue index 9e99d3d..1d769aa 100644 --- a/src/components/display-url.vue +++ b/src/components/display-url.vue @@ -5,7 +5,10 @@ class="card-header bg-success-subtle" v-html="$t('title-secret-created')" /> -
+

+

@@ -28,6 +38,12 @@ {{ expiresAt.toLocaleString() }}

+
+ {{ $t('text-secret-burned') }} +