You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ loading = Loading…
80
80
install = Installation
81
81
title = Initial Configuration
82
82
docker_helper = If you run Gitea inside Docker, please read the <a target="_blank"rel="noopener noreferrer"href="%s">documentation</a> before changing any settings.
83
-
requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, or SQLite3.
83
+
requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL or SQLite3.
84
84
db_title = Database Settings
85
85
db_type = Database Type
86
86
host = Host
@@ -792,7 +792,7 @@ issues.due_date_invalid = "The due date is invalid or out of range. Please use t
792
792
issues.dependency.title = Dependencies
793
793
issues.dependency.issue_no_dependencies = This issue currently doesn't have any dependencies.
794
794
issues.dependency.pr_no_dependencies = This pull request currently doesn't have any dependencies.
795
-
issues.dependency.add = Add dependency...
795
+
issues.dependency.add = Add dependency…
796
796
issues.dependency.cancel = Cancel
797
797
issues.dependency.remove = Remove
798
798
issues.dependency.remove_info = Remove this dependency
0 commit comments