rename server translation

This commit is contained in:
Rimian Perkins 2019-12-04 09:33:39 +11:00
parent 21b8340f4f
commit 95a263535e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ module DiscoursePatrons
render_json_dump deleted render_json_dump deleted
else else
render_json_error I18n.t('discourse_patrons.customer_not_found') render_json_error I18n.t('discourse_subscriptions.customer_not_found')
end end
rescue ::Stripe::InvalidRequestError => e rescue ::Stripe::InvalidRequestError => e

View File

@ -1,3 +1,3 @@
en: en:
discourse_patrons: discourse_subscriptions:
customer_not_found: Customer not found customer_not_found: Customer not found