Skip to content
Snippets Groups Projects
Commit a4ab29da authored by Volkan Gezer's avatar Volkan Gezer
Browse files

Merge pull request #8297 from owncloud/fix-text-master

fix spelling 'Allow user ...' -> 'Allow users ...'
parents 0330481c 54476c46
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ if (!$_['internetconnectionworking']) {
<input type="checkbox" name="shareapi_allow_mail_notification" id="allowMailNotification"
value="1" <?php if ($_['allowMailNotification'] === 'yes') print_unescaped('checked="checked"'); ?> />
<label for="allowMailNotification"><?php p($l->t('Allow mail notification'));?></label><br/>
<em><?php p($l->t('Allow user to send mail notification for shared files')); ?></em>
<em><?php p($l->t('Allow users to send mail notification for shared files')); ?></em>
</td>
</tr>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment