Skip to content

Commit

Permalink
Remove HTML tags from "connected as" message.
Browse files Browse the repository at this point in the history
They were shown as tags on the page because they were encoded before
being shown (as it's correct string handling).
  • Loading branch information
pabzm authored and bennet0496 committed May 28, 2024
1 parent 278f31d commit 3d8f97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/de_DE.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $labels['cannot_link'] = "Das hochladen der Datei war erfolgreich, es konnte abe
$labels['cloud_attachments'] = "Cloud Anhänge";
$labels['cloud_server'] = "Cloud Server";
$labels['status'] = "Status";
$labels['connected_as'] = "<b style='color: green'>Verbunden</b> als";
$labels['connected_as'] = "Verbunden als";
$labels['disconnect'] = "trennen";
$labels['connect'] = "verbinden";
$labels['not_connected'] = "Nicht verbunden";
Expand Down
2 changes: 1 addition & 1 deletion l10n/en_US.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $labels['cannot_link'] = "upload of file succeeded, but we couldn't create a sha
$labels['cloud_attachments'] = "Cloud Attachments";
$labels['cloud_server'] = "Cloud Server";
$labels['status'] = "Status";
$labels['connected_as'] = "<b style='color: green'>Connected</b> as";
$labels['connected_as'] = "Connected as";
$labels['disconnect'] = "disconnect";
$labels['connect'] = "connect";
$labels['not_connected'] = "Not connected";
Expand Down

0 comments on commit 3d8f97c

Please sign in to comment.