rename server translation
This commit is contained in:
parent
21b8340f4f
commit
95a263535e
|
@ -54,7 +54,7 @@ module DiscoursePatrons
|
|||
|
||||
render_json_dump deleted
|
||||
else
|
||||
render_json_error I18n.t('discourse_patrons.customer_not_found')
|
||||
render_json_error I18n.t('discourse_subscriptions.customer_not_found')
|
||||
end
|
||||
|
||||
rescue ::Stripe::InvalidRequestError => e
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
en:
|
||||
discourse_patrons:
|
||||
discourse_subscriptions:
|
||||
customer_not_found: Customer not found
|
||||
|
|
Loading…
Reference in New Issue