diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index b8dfe05905..6bcc30ab21 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -50,6 +50,7 @@ code = Code install = Installation title = Install Steps For First-time Run requite_db_desc = Gogs requires MySQL, PostgreSQL or SQLite3. +db_title = Database Settings db_type = Database Type host = Host user = User @@ -59,7 +60,8 @@ db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL. ssl_mode = SSL Mode path = Path sqlite_helper = The file path of SQLite3 database. -general_title = General Settings of Gogs + +general_title = Application General Settings repo_path = Repository Root Path repo_path_helper = All Git remote repositories will be saved to this directory. run_user = Run User |