diff --git a/api/templates/error.html b/api/templates/error.html index 2b6211be26..2f588aead5 100644 --- a/api/templates/error.html +++ b/api/templates/error.html @@ -1,7 +1,7 @@ - {{ .ClientCfg.SiteName }} - Error + <span class='fa fa-chevron-left'></span>Back - Error diff --git a/i18n/en.json b/i18n/en.json index f45f655260..b904cd8227 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3355,6 +3355,10 @@ "id": "web.find_team.title", "translation": "Find Team" }, + { + "id": "web.header.back", + "translation": "Back" + }, { "id": "web.footer.about", "translation": "About" diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss index 81fe037f73..e9c872a6ec 100644 --- a/web/sass-files/sass/partials/_signup.scss +++ b/web/sass-files/sass/partials/_signup.scss @@ -5,6 +5,11 @@ line-height: 33px; padding: 0 1em 0.2em; background: #EEE; + + .fa { + margin-right: 5px; + } + } .signup-team__container { padding: 100px 0px 50px 0px; diff --git a/web/templates/claim_account.html b/web/templates/claim_account.html index bcf63fd953..2a9126d1be 100644 --- a/web/templates/claim_account.html +++ b/web/templates/claim_account.html @@ -7,7 +7,7 @@