diff --git a/app/views/spree/admin/dashboard/_getting_started.html.erb b/app/views/spree/admin/dashboard/_getting_started.html.erb
index 9fe6e3fadc..1300dbdedb 100644
--- a/app/views/spree/admin/dashboard/_getting_started.html.erb
+++ b/app/views/spree/admin/dashboard/_getting_started.html.erb
@@ -1,4 +1,4 @@
-
<% if @products_added %>
-
<%= Spree.t('admin.gettting_started.products_section.message_with_products_html', count: current_store.products.count ) %>
+
<%= Spree.t('admin.getting_started.products_section.message_with_products_html', count: current_store.products.count ) %>
<% else %>
- <%= Spree.t('admin.gettting_started.products_section.message_without_products') %>
- <%= link_to(Spree.t('admin.gettting_started.products_section.import_message'), 'https://api.spreecommerce.org/docs/api-v2/27527143a4edf-create-a-product') %>
+ <%= Spree.t('admin.getting_started.products_section.message_without_products') %>
+ <%= link_to(Spree.t('admin.getting_started.products_section.import_message'), 'https://api.spreecommerce.org/docs/api-v2/27527143a4edf-create-a-product') %>
- <%= link_to_with_icon 'add.svg', Spree.t('admin.gettting_started.add_products'), spree.admin_products_path, class: 'btn btn-success btn-sm mb-2' %>
+ <%= link_to_with_icon 'add.svg', Spree.t('admin.getting_started.add_products'), spree.admin_products_path, class: 'btn btn-success btn-sm mb-2' %>
<% end %>
<% if @shipping_methods_added %>
- <%= Spree.t('admin.gettting_started.shipping_section.message_with_shipping') %>
+ <%= Spree.t('admin.getting_started.shipping_section.message_with_shipping') %>
<% @shippable_countries.each do |country| %>
<%= country.name %>
@@ -63,33 +63,33 @@
<% else %>
- <%= Spree.t('admin.gettting_started.shipping_section.message_without_shipping') %>
+ <%= Spree.t('admin.getting_started.shipping_section.message_without_shipping') %>
- <%= link_to_with_icon 'settings.svg', Spree.t('admin.gettting_started.setup_shipping'), spree.admin_shipping_methods_path, class: 'btn btn-primary btn-sm mb-2' %>
+ <%= link_to_with_icon 'settings.svg', Spree.t('admin.getting_started.setup_shipping'), spree.admin_shipping_methods_path, class: 'btn btn-primary btn-sm mb-2' %>
<% end %>
<% if @payment_methods_added %>
- <%= Spree.t('admin.gettting_started.payment_methods_section.message_with_payment_method') %>
+ <%= Spree.t('admin.getting_started.payment_methods_section.message_with_payment_method') %>
<% else %>
- <%= Spree.t('admin.gettting_started.payment_methods_section.message_without_payment_method') %>
+ <%= Spree.t('admin.getting_started.payment_methods_section.message_without_payment_method') %>
- <%= link_to_with_icon 'settings.svg', Spree.t('admin.gettting_started.setup_payment_method'), spree.admin_payment_methods_path, class: 'btn btn-primary btn-sm mb-2' %>
+ <%= link_to_with_icon 'settings.svg', Spree.t('admin.getting_started.setup_payment_method'), spree.admin_payment_methods_path, class: 'btn btn-primary btn-sm mb-2' %>
<% end %>
<% if @taxes_added %>
- <%= Spree.t('admin.gettting_started.taxes_section.message_with_taxes') %>
+ <%= Spree.t('admin.getting_started.taxes_section.message_with_taxes') %>
<% else %>
- <%= Spree.t('admin.gettting_started.taxes_section.message_without_taxes') %>
+ <%= Spree.t('admin.getting_started.taxes_section.message_without_taxes') %>
- <%= link_to_with_icon 'settings.svg', Spree.t('admin.gettting_started.setup_taxes_calculation'), spree.admin_tax_rates_path, class: 'btn btn-primary btn-sm mb-2' %>
+ <%= link_to_with_icon 'settings.svg', Spree.t('admin.getting_started.setup_taxes_calculation'), spree.admin_tax_rates_path, class: 'btn btn-primary btn-sm mb-2' %>
<% end %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index fdbca3398f..ff9a4fb6a0 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -319,7 +319,7 @@ en:
deleted: Deleted
draft: Draft
pre_order: Pre-order
- gettting_started:
+ getting_started:
lets_get_you_started: Let's get you started
add_products: Add products
setup_shipping: Setup shipping