Skip to content

Commit

Permalink
l10n: Fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven committed Nov 17, 2021
1 parent d843dd4 commit de1805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GeneralSettingsSection.vue
Expand Up @@ -162,7 +162,7 @@
</button>
</div>
<div v-if="exportedPrivateKey !== undefined" class="backup-settings__export__info">
{{ t('backup', 'Your settings export as been downloaded encrypted. To be able to decrypt it later, please keep the following private key in a safe place:') }}
{{ t('backup', 'Your settings export has been downloaded encrypted. To be able to decrypt it later, please keep the following private key in a safe place:') }}
<br>
<code><b>{{ exportedPrivateKey }}</b></code>
<br>
Expand Down

0 comments on commit de1805a

Please sign in to comment.