Skip to content

Commit 691820f

Browse files
committed
Update en locales on failed message
1 parent ab11f3c commit 691820f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/locales/en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ en:
1111
one: "Successfully imported 1 %{model}"
1212
other: "Successfully imported %{count} %{plural_model}"
1313
failed:
14-
one: "Failed to import 1 %{model}"
15-
other: "Failed to import %{count} %{plural_model}"
14+
one: "Failed to import 1 %{model}: %{message}"
15+
other: "Failed to import %{count} %{plural_model}: %{message}"
1616
import_model: "Import %{plural_model}"
1717
import_btn: "Import"
18-
import_btn_disabled: "Wait..."
18+
import_btn_disabled: "Wait..."

0 commit comments

Comments
 (0)