summaryrefslogtreecommitdiff
path: root/localization
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-12-30 20:40:48 -0800
committerCarson Fleming <[email protected]>2024-12-30 20:40:48 -0800
commit2a3c067a8595082558172ddf8e42414c32e7a688 (patch)
tree1124165c93bab209cc5d1444ac92e8ec98874a95 /localization
parentac3f002d0e30add5067a381e8e82fb504e47ca11 (diff)
downloadrc-inbox-settings-2a3c067a8595082558172ddf8e42414c32e7a688.tar.gz
this seems sketchy but we ball
Diffstat (limited to 'localization')
-rw-r--r--localization/en_US.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc
index 92be566..7acf909 100644
--- a/localization/en_US.inc
+++ b/localization/en_US.inc
@@ -15,4 +15,6 @@ $labels['key_delete'] = 'Delete Key';
$labels['no_keys'] = 'There are no encryption keys associated with your account yet.';
$labels['fingerprint'] = 'Key Fingerprint';
$labels['comment'] = 'Comment';
+$labels['confirm_delete_key'] = 'Are you sure you want to remove this encryption key from your account?';
+$labels['deleting_key'] = 'Removing encryption key...';
?>