Skip to content

Commit d1dbc08

Browse files
committed
more linting issues
1 parent 5685279 commit d1dbc08

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

app/views/admin/activities/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
- elsif activity.price == 0
5858
%span.badge.badge-primary.size-small= I18n.t('admin.activities.free')
5959
- else
60-
%span.badge.badge-warning.size-small= I18n.t('admin.activities.is_not_payable')
60+
%span.badge.badge-warning.size-small= I18n.t('admin.activities.is_not_payable')

config/locales/en.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ en:
4848
member_is_spare: Is spare
4949
member_payed: Member payed
5050
name: Name
51-
notes: Extra notes
51+
notes_en: Extra notes (EN)
5252
notes_mandatory: Mandatory
53+
notes_nl: Extra notes (NL)
5354
notes_public: Public
5455
organized_by: Organisator
5556
participant_limit: Participant limit

config/locales/nl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ nl:
4848
member_is_spare: Is reserve
4949
member_payed: Heeft betaald
5050
name: Naam
51-
notes: Extra specificatie
51+
notes_en: Extra specificatie (EN)
5252
notes_mandatory: Verplicht
53+
notes_nl: Extra specificatie (NL)
5354
notes_public: Publiek
5455
organized_by: Organisator
5556
participant_limit: Deelnemerslimiet

0 commit comments

Comments
 (0)