From 877b6a9796f7a2e95d100958d7ebfe2bf16ba2c1 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 23 Jun 2021 03:08:44 +0200 Subject: [PATCH] less html in locale --- options/locale/locale_en-US.ini | 2 +- templates/mail/issue/assigned.tmpl | 2 +- templates/mail/issue/default.tmpl | 2 +- templates/mail/notify/collaborator.tmpl | 2 +- templates/mail/notify/repo_transfer.tmpl | 2 +- templates/mail/release.tmpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 709e22266949..d44f131929e0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -317,7 +317,7 @@ password_pwned = The password you chose is on a View it on %[2]s. +view_it_on = View it on %s activate_account = Please activate your account activate_account.title = %s, please activate your account diff --git a/templates/mail/issue/assigned.tmpl b/templates/mail/issue/assigned.tmpl index 66f2d1f36e99..ffb0e218ea17 100644 --- a/templates/mail/issue/assigned.tmpl +++ b/templates/mail/issue/assigned.tmpl @@ -20,7 +20,7 @@

---
- {{.i18n.Tr "mail.view_it_on_footer" .Link AppName | Str2html}} + {{.i18n.Tr "mail.view_it_on" AppName}}.

diff --git a/templates/mail/issue/default.tmpl b/templates/mail/issue/default.tmpl index b25a4878bf3a..37ed8bfdb654 100644 --- a/templates/mail/issue/default.tmpl +++ b/templates/mail/issue/default.tmpl @@ -83,7 +83,7 @@

---
- {{.i18n.Tr "mail.view_it_on_footer" .Link AppName | Str2html}} + {{.i18n.Tr "mail.view_it_on" AppName}}.

diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl index 2b31a185f33a..f0cfebd355f8 100644 --- a/templates/mail/notify/collaborator.tmpl +++ b/templates/mail/notify/collaborator.tmpl @@ -14,7 +14,7 @@

---
- {{.i18n.Tr "mail.view_it_on_footer" .Link AppName | Str2html}} + {{.i18n.Tr "mail.view_it_on" AppName}}.

diff --git a/templates/mail/notify/repo_transfer.tmpl b/templates/mail/notify/repo_transfer.tmpl index 004358d25342..adeb30cbd754 100644 --- a/templates/mail/notify/repo_transfer.tmpl +++ b/templates/mail/notify/repo_transfer.tmpl @@ -11,7 +11,7 @@

---
- {{.i18n.Tr "mail.view_it_on_footer" .Link AppName | Str2html}} + {{.i18n.Tr "mail.view_it_on" AppName}}.

diff --git a/templates/mail/release.tmpl b/templates/mail/release.tmpl index 0e98d9253d3d..6536d7a3eab7 100644 --- a/templates/mail/release.tmpl +++ b/templates/mail/release.tmpl @@ -53,7 +53,7 @@

---
- {{.i18n.Tr "mail.view_it_on_footer" .Link AppName | Str2html}} + {{.i18n.Tr "mail.view_it_on" AppName}}.