From 8c6c44200358801251c72bd41a9406429f2e271e Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Mon, 17 Feb 2020 20:15:31 +0100 Subject: [PATCH 1/4] fix profile link --- view/templates/settings/profile/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/templates/settings/profile/index.tpl b/view/templates/settings/profile/index.tpl index 3239fe6e0e..8c89dc1ba2 100644 --- a/view/templates/settings/profile/index.tpl +++ b/view/templates/settings/profile/index.tpl @@ -5,7 +5,7 @@ From 4f8027116e74361eaed8ee0426bd4c69ff8a299f Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Mon, 17 Feb 2020 20:18:01 +0100 Subject: [PATCH 2/4] fix view profile link frio --- view/theme/frio/templates/settings/profile/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/settings/profile/index.tpl b/view/theme/frio/templates/settings/profile/index.tpl index 1171bd8cbb..05a4bb215d 100644 --- a/view/theme/frio/templates/settings/profile/index.tpl +++ b/view/theme/frio/templates/settings/profile/index.tpl @@ -12,7 +12,7 @@
  •  {{$profpic}}
  • -
  • {{$viewprof}}
  • +
  • {{$viewprof}}
  • From e342d2bd81ee3f66f63ea385e9c970fa65148c06 Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Mon, 17 Feb 2020 20:19:10 +0100 Subject: [PATCH 3/4] fix view profile link vier --- view/theme/vier/templates/settings/profile/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/templates/settings/profile/index.tpl b/view/theme/vier/templates/settings/profile/index.tpl index 7cabebc167..3722d83e25 100644 --- a/view/theme/vier/templates/settings/profile/index.tpl +++ b/view/theme/vier/templates/settings/profile/index.tpl @@ -12,7 +12,7 @@ From 3ec23a4c7015af405be619ade334d3c60da47a0b Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Mon, 17 Feb 2020 23:42:35 +0100 Subject: [PATCH 4/4] Remove 'this' from 'View this profile' --- src/Module/Settings/Profile/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Settings/Profile/Index.php b/src/Module/Settings/Profile/Index.php index 91738ba99b..1335a8211e 100644 --- a/src/Module/Settings/Profile/Index.php +++ b/src/Module/Settings/Profile/Index.php @@ -243,7 +243,7 @@ class Index extends BaseSettings '$submit' => DI::l10n()->t('Submit'), '$profpic' => DI::l10n()->t('Change Profile Photo'), '$profpiclink' => '/photos/' . $a->user['nickname'], - '$viewprof' => DI::l10n()->t('View this profile'), + '$viewprof' => DI::l10n()->t('View Profile'), '$lbl_personal_section' => DI::l10n()->t('Personal'), '$lbl_picture_section' => DI::l10n()->t('Profile picture'),