diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-01-12 18:23:28 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-01-12 19:23:28 +0200 |
commit | 079273e2ffceb615213409adcce6b9366de6ee41 (patch) | |
tree | 58eb6f52f379806ebffa5d9b9aa9f255eba786da | |
parent | eb0f166f507c014aa808ac9f5576689e6bf66916 (diff) | |
download | gitea-079273e2ffceb615213409adcce6b9366de6ee41.tar.gz gitea-079273e2ffceb615213409adcce6b9366de6ee41.zip |
Add MSSQL to supported database list of intall page (#3359)
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a1cb077599..b6e252e80c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -63,7 +63,7 @@ cancel = Cancel install = Installation title = Initial configuration docker_helper = If you are running Gitea inside Docker, please read the <a target="_blank" rel="noopener" href="%s">guidelines</a> carefully before changing anything on this page. -requite_db_desc = Gitea requires MySQL, PostgreSQL, SQLite3, or TiDB. +requite_db_desc = Gitea requires MySQL, MSSQL, PostgreSQL, SQLite3, or TiDB. db_title = Database Settings db_type = Database Type host = Host |