Skip to content

Commit

Permalink
Merge pull request #1 from Atharva1912004/main
Browse files Browse the repository at this point in the history
feature/error-messages
  • Loading branch information
rohit-zip authored Jun 3, 2024
2 parents 396e2a0 + f43d3c5 commit 11ef4ef
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions src/main/resources/error-messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,25 @@ DE__BLOG-2004=Title should not contain more than 150 Characters~title
DE__BLOG-2005=Blog Body is mandatory and cannot be empty
DE__BLOG-2006=Images not present for Blog but given on HTML
DE__BLOG-2007=Images list not matching with given data
DE__BLOG-2008=User already has entered Roles~roles
DE__BLOG-2009=Assigners must have entered Roles to give access
DE__BLOG-2010=Please enter password to continue~password
DE__BLOG-2014=Registration OTP is expired. Please click on Resend OTP~otp
DE__BLOG-2015=OTP is not valid~otp
DE__BLOG-2016=Password should contain atleast 1 Uppercase, Lowercase, Number and Special Character along with 8 Characters Long~password
DE__BLOG-2017=OTP Resent limit exceeded. Please contact support@bloggios.com for activating your account
DE__BLOG-2018=User with entered email is already present~email
DE__BLOG-2019=Entered email is not valid~email
DE__BLOG-2020=User is already logged out
DE__BLOG-2021=Email is mandatory to enter~email
DE__BLOG-2025=New Password cannot be empty~newPassword
DE__BLOG-2026=Old Password cannot be empty~oldPassword
DE__BLOG-2008=The blog details text is too long. Please shorten your text to fit within the allowed length.
DE__BLOG-2009=Tags can't be more than 5
DE__BLOG-2010=Blank spacing in Tags are not allowed
DE__BLOG-2011=Tags are not present
DE__BLOG-2012=The number of images exceeds the allowed limit for your account. Please remove some images and try again.
DE__BLOG-2013=Duplicate Images are not allowed
DE__BLOG-2014=Not an Image type
DE__BLOG-2015=Image cannot be more than 1MB
DE__BLOG-2016=Invalid Image name
DE__BLOG-2017=Cannot schedule a draft blog for publishing. Please ensure the blog is finalized before scheduling.
DE__BLOG-2018=Blog cannot be scheduled for more than one day
DE__BLOG-2019=Cover is not of Image type
DE__BLOG-2020=Cover Image cannot be greater than 1MB
DE__BLOG-2021=Invalid Cover Image name
DE__BLOG-2022=Could not find Chapter ID.
DE__BLOG-2023=Name of Chapter is Mandatory
DE__BLOG-2024=Chapter name exceeds maximum length. Please shorten the chapter name.
DE__BLOG-2025=Chapter cannot contain more than 7 words
DE__BLOG-2026=Chapter name already exists
DE__BLOG-2027=Old and New Password should not be equal
DE__BLOG-2028=Old Password should match the current Password~oldPassword
DE__BLOG-2029=Your account is not created with Bloggios with email. Please use social login~email
Expand Down

0 comments on commit 11ef4ef

Please sign in to comment.