Progress and cleanup code
This commit is contained in:
@@ -55,7 +55,7 @@ SimpleForm.setup do |config|
|
||||
config.boolean_style = :nested
|
||||
|
||||
# Default class for buttons
|
||||
config.button_class = 'btn'
|
||||
config.button_class = 'button'
|
||||
|
||||
# Method used to tidy up errors. Specify any Rails Array method.
|
||||
# :first lists the first message for each field.
|
||||
|
||||
@@ -13,9 +13,10 @@ en:
|
||||
active_orders:
|
||||
title: Active orders
|
||||
price: Price
|
||||
close: Close the shop
|
||||
you_are_currently_closed_alert: 'You are currently closed and not able to take orders'
|
||||
mark_as_open_button: 'Open up the place!'
|
||||
supplier:
|
||||
close_for_orders: Close the shop
|
||||
open_for_orders: 'Open up the place!'
|
||||
you_are_currently_closed_alert: 'You are currently closed and not able to take orders'
|
||||
table_number: Table
|
||||
tables:
|
||||
qr_codes:
|
||||
|
||||
@@ -13,9 +13,10 @@ nl:
|
||||
active_orders:
|
||||
title: Actieve orders
|
||||
price: Prijs
|
||||
close: De zaak afsluiten voor bestellingen
|
||||
you_are_currently_closed_alert: 'Je bent momenteel gesloten en kan geen orders ontvangen'
|
||||
mark_as_open_button: 'Open de zaak!'
|
||||
supplier:
|
||||
close_for_orders: De zaak afsluiten voor bestellingen
|
||||
open_for_orders: 'Open de zaak!'
|
||||
you_are_currently_closed_alert: 'Je bent momenteel gesloten en kan geen orders ontvangen'
|
||||
table_number: Tafel
|
||||
tables:
|
||||
qr_codes:
|
||||
|
||||
Reference in New Issue
Block a user