diff --git a/src/lib/components/molecules/SettingsKeys.svelte b/src/lib/components/molecules/SettingsKeys.svelte
index 1455f90..9aef84f 100644
--- a/src/lib/components/molecules/SettingsKeys.svelte
+++ b/src/lib/components/molecules/SettingsKeys.svelte
@@ -54,7 +54,13 @@ You should have received a copy of the GNU Affero General Public License along w
{key.title}
{key.fingerprint}
{@html $_('settings.ssh_gpg_keys.ssh.remove', {
+ values: {
+ key: key.title,
+ srOnlyElementOpen: '',
+ srOnlyElementClose: ''
+ }
+ })}
{/each}
@@ -92,7 +98,13 @@ You should have received a copy of the GNU Affero General Public License along w
>{key.fingerprint}
{@html $_('settings.ssh_gpg_keys.gpg.remove', {
+ values: {
+ key: key.title,
+ srOnlyElementOpen: '',
+ srOnlyElementClose: ''
+ }
+ })}
{/each}
diff --git a/src/lib/i18n/locales/en.json b/src/lib/i18n/locales/en.json
index addd58e..5dc94df 100644
--- a/src/lib/i18n/locales/en.json
+++ b/src/lib/i18n/locales/en.json
@@ -261,7 +261,7 @@
"key": {
"placeholder": "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
},
- "remove": "Remove",
+ "remove": "Remove {srOnlyElementOpen}{key} GPG key{srOnlyElementClose}",
"title": {
"placeholder": "Title"
}
@@ -274,7 +274,7 @@
"key": {
"placeholder": "Begins with 'ssh-rsa', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', 'ssh-ed25519', 'sk-ecdsa-sha2-nistp256@openssh.com', or 'sk-ssh-ed25519@openssh.com'"
},
- "remove": "Remove",
+ "remove": "Remove {srOnlyElementOpen}{key} SSH key{srOnlyElementClose}",
"title": {
"placeholder": "Title"
}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 192a4e6..8ee4728 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -11,4 +11,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
import Welcome from '$lib/components/pages/Welcome.svelte';
+
+ Anvil
+
+
diff --git a/src/routes/profile/+page.svelte b/src/routes/profile/+page.svelte
index ea0003a..3bac6aa 100644
--- a/src/routes/profile/+page.svelte
+++ b/src/routes/profile/+page.svelte
@@ -11,4 +11,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
export let data;
+
+ Profile | Anvil
+
+