From 3ec23a4c7015af405be619ade334d3c60da47a0b Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Mon, 17 Feb 2020 23:42:35 +0100 Subject: [PATCH] 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 91738ba99..1335a8211 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'),