Skip to content

Commit

Permalink
remove sneaky single quote (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Jul 11, 2016
1 parent 6999bf7 commit 5f737f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"table_name_did_not_match": "Table name did not match",
"invalid_column": "Invalid Column",
"question_delete_this_column": "Are you sure? This column and all of its content will be permanently removed from the table!",
"question_delete_this_column_confirm": "'This cannot be undone. To confirm, please type the name of the column to delete: %{column_name}",
"question_delete_this_column_confirm": "This cannot be undone. To confirm, please type the name of the column to delete: %{column_name}",
"column_name_did_not_match": "Column name did not match",
"what_would_you_like_to_name_this_group": "What would you like to name this group?",
"permissions_view": "View",
Expand Down Expand Up @@ -345,7 +345,7 @@
"you_must_define_session_prefix_in_configuration": "You must define session.prefix in api/configuration.php - see example configuration file.",
"undefined_user_cache_refresh_provider": "Undefined user cache refresh provider.",
"argument_must_be_callable": "Argument must be callable",
"attempting_to_authenticate_a_user_when_a_user_is_already_authenticated'": "Attempting to authenticate a user when a user is already authenticated.",
"attempting_to_authenticate_a_user_when_a_user_is_already_authenticated": "Attempting to authenticate a user when a user is already authenticated.",

"x_video_id_not_detected": "%{service} video ID not detected. Please paste the whole URL.",
"unable_to_retrieve_x_title": "Unable to Retrieve %{service} Title",
Expand Down

0 comments on commit 5f737f1

Please sign in to comment.