Remove 'this' from 'View this profile'
authorSteffen K9 <alfred@skrumbholz.de>
Mon, 17 Feb 2020 22:42:35 +0000 (23:42 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 22:42:35 +0000 (23:42 +0100)
src/Module/Settings/Profile/Index.php

index 91738ba..1335a82 100644 (file)
@@ -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'),