TypiCMS-TeamGamayunSoftUni / Base

Multilingual and modular CMS built with Laravel 5.2
MIT License
4 stars 1 forks source link

Incorrect warning message when deleting anything #10

Open epaceva opened 8 years ago

epaceva commented 8 years ago

When trying to delete post, confirmation dialog appears and following information message presents ,,Supprimer<>?

Steps to reproduce:

  1. User initiates browser.
  2. User specifies web address for accessing the site.
  3. User logs as an administrator.
  4. User presses the News button from the left panel.
  5. User is redirected to the News page.
  6. User is presented with a list of published news.
  7. User press delete button to chosen post.
  8. User is presented with confirmation dialog with warning message,,Supprimer<>?".

Action required: Correct warning message to ,, Are you sure that you want to delete <> or something like this, so user is aware that he/she is going to delete the news.