diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/populate-msgcat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/populate-msgcat b/bin/populate-msgcat index 64fa59a44..506cf5f0b 100755 --- a/bin/populate-msgcat +++ b/bin/populate-msgcat @@ -102,6 +102,10 @@ sub messages { #'en_US' => '', }, + 'expired_card' => { + 'en_US' => 'Expired card', + }, + ); } |