From 8f1231192b04c1bf87f0e938ec390e3ea7830958 Mon Sep 17 00:00:00 2001 From: David Joy Date: Tue, 21 May 2019 16:48:58 -0400 Subject: [PATCH] Fix duplicate i18n messages. (#57) Also get file perms on i18n-concat.js correct so they can be called by make. --- src/account-settings/components/PasswordReset.jsx | 6 +++--- src/i18n/i18n-concat.js | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 src/i18n/i18n-concat.js diff --git a/src/account-settings/components/PasswordReset.jsx b/src/account-settings/components/PasswordReset.jsx index 3790485..603ac98 100644 --- a/src/account-settings/components/PasswordReset.jsx +++ b/src/account-settings/components/PasswordReset.jsx @@ -19,7 +19,7 @@ function PasswordReset({ email, intl, ...props }) { icon={} > ), diff --git a/src/i18n/i18n-concat.js b/src/i18n/i18n-concat.js old mode 100644 new mode 100755