mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
The => This
Sounds better for me.
This commit is contained in:
parent
90d0d08826
commit
9cfc195b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
<legend><strong><?php echo $l->t('WebDAV Authentication');?></strong></legend>
|
||||
<p><label for="webdav_url"><?php echo $l->t('URL: http://');?><input type="text" id="webdav_url" name="webdav_url" value="<?php echo $_['webdav_url']; ?>"></label>
|
||||
<input type="submit" value="Save" />
|
||||
<br /><?php echo $l->t('ownCloud will send the user credentials to this URL. The plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.'); ?>
|
||||
<br /><?php echo $l->t('ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.'); ?>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue