Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10258 #1

Merged
merged 1 commit into from
Oct 11, 2021
Merged

Fixes #10258 #1

merged 1 commit into from
Oct 11, 2021

Conversation

wajeehamushtaq
Copy link
Owner

Update the file _errorMessages.html.erb in the Plot2 repository and edit the line as shown below.

Remove this line:

<%= pluralize(model.errors.count,"error")%> prohibited this <%= model.class.to_s.downcase %> from being saved

Added this line

<%= translation('errors.template.header.other', :count => model.errors.count, :model => model.class.to_s.downcase) %>

@wajeehamushtaq wajeehamushtaq merged commit 32d442b into main Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant