diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-09-11 10:42:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 10:42:40 -0400 |
commit | f1ad4bb3d5bc67c07a1ea51cfd7f7783483b49fd (patch) | |
tree | 5a75feec1f560b426f0ff0d28703bc35b8727e9e /options | |
parent | 8ee9922fe68531a47ce6ba8eefaf146a0a78549c (diff) | |
download | gitea-f1ad4bb3d5bc67c07a1ea51cfd7f7783483b49fd.tar.gz gitea-f1ad4bb3d5bc67c07a1ea51cfd7f7783483b49fd.zip |
Remove traces of embedded TiDB (#4906)
Fix #3357
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index b2d9114e95..c20b6624b0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -80,7 +80,7 @@ loading = Loading… install = Installation title = Initial Configuration 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. -requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB. +requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, or SQLite3. db_title = Database Settings db_type = Database Type host = Host @@ -90,9 +90,8 @@ db_name = Database Name db_helper = Note to MySQL users: please use the InnoDB storage engine and the 'utf8_general_ci' character set. ssl_mode = SSL path = Path -sqlite_helper = File path for the SQLite3 or TiDB database.<br>Enter an absolute path if you run Gitea as a service. -err_empty_db_path = The SQLite3 or TiDB database path cannot be empty. -err_invalid_tidb_name = The TiDB database name cannot contain the '.' and '-' characters. +sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service. +err_empty_db_path = The SQLite3 database path cannot be empty. no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account. err_empty_admin_password = The administrator password cannot be empty. |