Skip to content

Commit c833a4b

Browse files
authored
Merge pull request #29734 from nextcloud/rakekniven-patch-2
Fixed grammar
2 parents 0a82d2e + 80e0e33 commit c833a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function writeParameterInput($parameter, $options, $classes = []) {
207207
<form autocomplete="false" action="#"
208208
id="global_credentials" method="post">
209209
<h2><?php p($l->t('Global credentials')); ?></h2>
210-
<p class="settings-hint"><?php p($l->t('Global credentials can be used to authenticate with multiple external storage that have the same credentials.')); ?></p>
210+
<p class="settings-hint"><?php p($l->t('Global credentials can be used to authenticate with multiple external storages that have the same credentials.')); ?></p>
211211
<input type="text" name="username"
212212
autocomplete="false"
213213
value="<?php p($_['globalCredentials']['user']); ?>"

0 commit comments

Comments
 (0)