Skip to content

Commit

Permalink
Add email payment activity
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Mar 17, 2023
1 parent b670b6a commit a55ffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/i18n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mixin LocalizationsProvider on LocaleCodeAware {
static final Map<String, Map<String, String>> _localizedValues = {
'en': {
// STARTER: lang key - do not remove comment
'activity_138': 'Payment :payment was email to :client',
'activity_138': 'Payment :payment was emailed to :client',
'one_time_products': 'One-Time Products',
'optional_one_time_products': 'Optional One-Time Products',
'required': 'Required',
Expand Down

0 comments on commit a55ffbf

Please sign in to comment.