Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
0b38a48b
Commit
0b38a48b
authored
10 years ago
by
Morris Jobke
Browse files
Options
Downloads
Plain Diff
Merge pull request #14135 from cmeh/master
Clean-up of messages (orthography, format)
parents
f4182d2d
f24f7f7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
settings/changepassword/controller.php
+1
-1
1 addition, 1 deletion
settings/changepassword/controller.php
settings/templates/admin.php
+1
-1
1 addition, 1 deletion
settings/templates/admin.php
with
2 additions
and
2 deletions
settings/changepassword/controller.php
+
1
−
1
View file @
0b38a48b
...
...
@@ -78,7 +78,7 @@ class Controller {
$l
=
new
\OC_L10n
(
'settings'
);
\OC_JSON
::
error
(
array
(
"data"
=>
array
(
"message"
=>
$l
->
t
(
"Back
-
end doesn't support password change, but the users encryption key was successfully updated."
)
"message"
=>
$l
->
t
(
"Backend doesn't support password change, but the user
'
s encryption key was successfully updated."
)
)
));
}
elseif
(
!
$result
&&
!
$recoveryEnabledForUser
)
{
...
...
This diff is collapsed.
Click to expand it.
settings/templates/admin.php
+
1
−
1
View file @
0b38a48b
...
...
@@ -516,7 +516,7 @@ if ($_['suggestedOverwriteCliUrl']) {
<?php
if
(
$_
[
'logFileSize'
]
>
(
100
*
1024
*
1024
))
:
?>
<br>
<em>
<?php
p
(
$l
->
t
(
'The logfile is bigger than 100MB. Downloading it may take some time!'
));
?>
<?php
p
(
$l
->
t
(
'The logfile is bigger than 100
MB. Downloading it may take some time!'
));
?>
</em>
<?php
endif
;
?>
<?php
endif
;
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment