From 24ac2d4236d02443935d04f1a9ae56329fbc03bd Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Tue, 18 Jun 2024 09:49:56 +0000 Subject: [PATCH] A few cosmetic improvements to the installation page (#4170) * reword one field description * fix top margin caused by docker installation hint in the form ## Preview https://codeberg.org/attachments/ddcdf3f3-c31e-4ecd-b172-ac80431737cb Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4170 Reviewed-by: Earl Warren --- options/locale/locale_en-US.ini | 2 +- templates/install.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index fda155644a..4e0e23f2cf 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -268,7 +268,7 @@ err_admin_name_is_invalid = Administrator Username is invalid general_title = General settings app_name = Instance title -app_name_helper = You can enter your company name here. +app_name_helper = Enter your instance name here. It will be displayed on every page. app_slogan = Instance slogan app_slogan_helper = Enter your instance slogan here. Leave empty to disable. repo_path = Repository root path diff --git a/templates/install.tmpl b/templates/install.tmpl index 356d75747e..ae800df130 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -8,9 +8,9 @@
{{template "base/alert" .}} -

{{ctx.Locale.Tr "install.docker_helper" "https://forgejo.org/docs/latest/admin/installation-docker/"}}

-
+

{{ctx.Locale.Tr "install.docker_helper" "https://forgejo.org/docs/latest/admin/installation-docker/"}}

+

{{ctx.Locale.Tr "install.db_title"}}

{{ctx.Locale.Tr "install.require_db_desc"}}