Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
178fa11e
Unverified
Commit
178fa11e
authored
Jun 16, 2016
by
Christoph Wurst
Browse files
use theme name instead of hard-coded 'ownCloud'
parent
2c1db51e
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/personal.php
View file @
178fa11e
...
...
@@ -197,7 +197,7 @@ if($_['passwordChangeSupported']) {
<tbody
class=
"token-list icon-loading"
>
</tbody>
</table>
<p>
<?php
p
(
$l
->
t
(
'An app password is a passcode that gives an app or device permissions to access your
ownCloud
account.'
));
?>
</p>
<p>
<?php
p
(
$l
->
t
(
'An app password is a passcode that gives an app or device permissions to access your
%s
account.'
,
[
$theme
->
getName
()]
));
?>
</p>
<div
id=
"app-password-form"
>
<input
id=
"app-password-name"
type=
"text"
placeholder=
"
<?php
p
(
$l
->
t
(
'App name'
));
?>
"
>
<button
id=
"add-app-password"
class=
"button"
>
<?php
p
(
$l
->
t
(
'Create new app password'
));
?>
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment