Skip to content

Commit 54e8761

Browse files
committed
Fix typo in locales
1 parent 41ba606 commit 54e8761

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

config/locales/en.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ en:
3535
permissions:
3636
not_allowed: You are not allowed to perform this action
3737
settings:
38-
max_hours_recorded_per_day: Max Hours recorder per day
38+
max_hours_recorded_per_day: Max Hours recorded per day
3939
max_hours_recorded_per_session: Max Hours recorded per session
4040
min_hours_recorded_per_session: Min Hours recorded per session
4141
visible_hints: Display hints
@@ -67,7 +67,7 @@ en:
6767
body: |
6868
A discrepancy in the timer session %{range} was found! Please resolve the discrepancy!
6969
resolution_options:
70-
options: "To resolve the discrepancy you have the following options:"
70+
options: 'To resolve the discrepancy you have the following options:'
7171
edit_timer_session: You can edit the Timer Session directly and edit it to match %{hours}
7272
edit_time_entries: You may edit one of the time entries in order to match %{hours}
7373
last_resort: |
@@ -78,13 +78,13 @@ en:
7878
continue_last_session: Start on end of last session
7979
stop: Stop
8080
cancel: Cancel
81-
date_placeholder: "dd.mm.yyyy hh:mm"
82-
absolute_time_placeholder: "0.75"
83-
current: "Current Timer:"
81+
date_placeholder: 'dd.mm.yyyy hh:mm'
82+
absolute_time_placeholder: '0.75'
83+
current: 'Current Timer:'
8484
index:
8585
title: Tracky
8686
table:
87-
total_hours_worked: "Total Hours: %{hours} h"
87+
total_hours_worked: 'Total Hours: %{hours} h'
8888
rebalance:
8989
button: Rebalance
9090
destroy:
@@ -97,10 +97,10 @@ en:
9797
yesterday: Yesterday
9898
tomorrow: Tomorrow
9999
formats:
100-
date_with_year: "%d.%m.%Y"
101-
date_with_year_and_weekday: "%A %d.%m.%Y"
102-
date_without_year: "%d.%m"
103-
datetime_format: "%d.%m.%Y %H:%M"
100+
date_with_year: '%d.%m.%Y'
101+
date_with_year_and_weekday: '%A %d.%m.%Y'
102+
date_without_year: '%d.%m'
103+
datetime_format: '%d.%m.%Y %H:%M'
104104
jquery_datetime_format: d.m.Y H:i
105-
js_datetime_format: "dd.MM.yyyy HH:mm"
106-
time: "%H:%M"
105+
js_datetime_format: 'dd.MM.yyyy HH:mm'
106+
time: '%H:%M'

0 commit comments

Comments
 (0)