aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwackbyte <wackbyte@protonmail.com>2024-01-03 05:43:38 -0500
committerGitHub <noreply@github.com>2024-01-03 10:43:38 +0000
commit9b418158b9bf16ffbc1aa35e085209e4cdd42591 (patch)
treed8e6fae365988ac092b8f62fea776b6671b7bcaf /options
parent3ba1216b9dd9e71511a575e670bfc5a20a4283d9 (diff)
downloadgitea-9b418158b9bf16ffbc1aa35e085209e4cdd42591.tar.gz
gitea-9b418158b9bf16ffbc1aa35e085209e4cdd42591.zip
Fix grammar in `actions.variables.id_not_exist` (en-US) (#28680)
Fixes the capitalization and grammar of the key.
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 02a8286ee7..3c564f518e 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3552,7 +3552,7 @@ variables.none = There are no variables yet.
variables.deletion = Remove variable
variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue?
variables.description = Variables will be passed to certain actions and cannot be read otherwise.
-variables.id_not_exist = Variable with id %d not exists.
+variables.id_not_exist = Variable with ID %d does not exist.
variables.edit = Edit Variable
variables.deletion.failed = Failed to remove variable.
variables.deletion.success = The variable has been removed.