Browse Source

Add MSSQL to supported database list of intall page (#3359)

tags/v1.21.12.1
Antoine GIRARD Lauris BH 7 years ago
parent
commit
079273e2ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      options/locale/locale_en-US.ini

+ 1
- 1
options/locale/locale_en-US.ini View File

@@ -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


Loading…
Cancel
Save