Skip to content

Commit 8f11aa6

Browse files
kkoehnMrSerth
andauthored
Apply suggestions from code review
Co-authored-by: Sebastian Serth <[email protected]>
1 parent 52780c8 commit 8f11aa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/locales/de/controllers/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ de:
99
export_external_confirm:
1010
error: 'Der Export der Aufgabe (%{title}) ist fehlgeschlagen. <br><br> Fehler: %{error}'
1111
not_authorized: Die Autorisierung mit "%{account_link}" konnte nicht hergestellt werden. Ist der API-Schlüssel korrekt?
12-
server_error: Verbindung zu %{account_link} fehlgeschlagen. Gegenseite nicht erreichbar.
12+
server_error: Verbindung zu "%{account_link}" fehlgeschlagen. Gegenseite nicht erreichbar.
1313
generic_error: Ein unbekannter Fehler ist beim exportieren der Aufgabe aufgetreten.
1414
success: Aufgabe (%{title}) erfolgreich exportiert.
1515
import:

config/locales/en/controllers/tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ en:
88
error_alert: Task could not be duplicated
99
export_external_confirm:
1010
error: 'Export of task (%{title}) failed. <br><br> Error: %{error}'
11-
not_authorized: Authorization with could not be established with "%{account_link}". Is the API Key correct?
12-
server_error: Connection to %{account_link} failed. Remote host unreachable.
11+
not_authorized: Authorization with "%{account_link}" could not be established. Is the API key correct?
12+
server_error: Connection to "%{account_link}" failed. Remote host unreachable.
1313
generic_error: An unknown error has occurred while exporting the task.
1414
success: Task (%{title}) successfully exported.
1515
import:

0 commit comments

Comments
 (0)