Skip to content

Commit

Permalink
Bug #13219: Show label in notification instead of server name
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 23, 2014
1 parent 2d95e06 commit 5a6e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Prefs/Special/Remote.php
Expand Up @@ -133,7 +133,7 @@ public function update(Horde_Core_Prefs_Ui $ui)

$remote[strval($ob)] = $ob;

$notification->push(sprintf(_("Account \"%s\" added."), $ui->vars->remote_server), 'horde.success');
$notification->push(sprintf(_("Account \"%s\" added."), $ob->label), 'horde.success');

$injector->getInstance('IMP_Ftree')->insert($ob);
} catch (IMP_Exception $e) {
Expand Down

0 comments on commit 5a6e859

Please sign in to comment.