Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
f57e77fe
Commit
f57e77fe
authored
Dec 29, 2015
by
Thomas Müller
Browse files
Merge pull request #21149 from owncloud/quota-wording
shorten quota usage wording, fix overflow on mobile, fix #21129
parents
9392a555
6e60b6ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/personal.php
View file @
f57e77fe
...
...
@@ -58,7 +58,7 @@
<div
style=
"width:
<?php
p
(
$_
[
'usage_relative'
]);
?>
%"
<?php
if
(
$_
[
'usage_relative'
]
>
80
)
:
?>
class=
"quota-warning"
<?php
endif
;
?>
>
<p
id=
"quotatext"
>
<?php
print_unescaped
(
$l
->
t
(
'You
hav
e us
ed
<strong>%s</strong> of
the available
<strong>%s</strong>'
,
<?php
print_unescaped
(
$l
->
t
(
'You
ar
e us
ing
<strong>%s</strong> of <strong>%s</strong>'
,
array
(
$_
[
'usage'
],
$_
[
'total_space'
])));
?>
</p>
</div>
...
...
Write
Preview
Supports
Markdown
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