Browse Source

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

tags/v1.4.0-rc1
Antoine GIRARD Lauris BH 7 years ago
parent
commit
dbc6f400d0
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 install = Installation
title = Initial configuration 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. 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_title = Database Settings
db_type = Database Type db_type = Database Type
host = Host host = Host


Loading…
Cancel
Save