diff --git a/src/ui/ab.tis b/src/ui/ab.tis index acee472a8..70f46e932 100644 --- a/src/ui/ab.tis +++ b/src/ui/ab.tis @@ -334,7 +334,7 @@ class SessionList: Reactor.Component { {this.type != "lan" &&
  • {translate('Rename')}
  • } {this.type != "fav" &&
  • {translate('Remove')}
  • } {is_win &&
  • {translate('Create Desktop Shortcut')}
  • } -
  • {translate('Unremember Password')}
  • +
  • {translate('Forget Password')}
  • {(!this.type || this.type == "fav") &&
  • {translate('Add to Favorites')}
  • } {(!this.type || this.type == "fav") &&
  • {translate('Remove from Favorites')}
  • } {this.type == "ab" &&
  • {translate('Edit Tag')}
  • }