Merge pull request #22872 from owncloud/password-change-tooltip-text

Update error text for link passwords
This commit is contained in:
Thomas Müller 2016-03-07 14:46:27 +01:00
commit 4324d302bc
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@
password: password
}, {
error: function(model, msg) {
// destroy old tooltips
$input.tooltip('destroy');
$loading.removeClass('inlineblock').addClass('hidden');
$input.addClass('error');
$input.attr('title', msg);