From 178fa11ec15be6aa9c2bf606487d3f871158cba3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 16 Jun 2016 11:59:09 +0200 Subject: use theme name instead of hard-coded 'ownCloud' --- settings/templates/personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index bad2d4a6663..b9b8429d943 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -197,7 +197,7 @@ if($_['passwordChangeSupported']) { -

t('An app password is a passcode that gives an app or device permissions to access your ownCloud account.'));?>

+

t('An app password is a passcode that gives an app or device permissions to access your %s account.', [$theme->getName()]));?>

-- cgit v1.2.3