mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Add "something" to global action labels
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
.btn-group
|
||||
= link_to new_planting_path, class: 'btn btn-default' do
|
||||
= t('buttons.plant')
|
||||
= t('plantings.plant_something')
|
||||
= link_to new_harvest_path, class: 'btn btn-default' do
|
||||
= t('buttons.harvest')
|
||||
= t('harvests.harvest_something')
|
||||
= link_to new_seed_path, class: 'btn btn-default' do
|
||||
= t('buttons.save_seeds')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user