Skip to content

Commit

Permalink
Dev: Spelling error in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 24, 2020
1 parent b2eb857 commit b2cc525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5624,7 +5624,7 @@ private function _UpdateValuesInDatabase($finished=false)
$oResponse = Response::model($this->sid)->findByPk($_SESSION[$this->sessid]['srid']);
if (empty($oResponse)) {
// This can happen if admin deletes incomple response while survey is running.
$message = submitfailed($this->gT('The data could not be saved because the reponse does not exist in the database.'));
$message = submitfailed($this->gT('The data could not be saved because the response does not exist in the database.'));
LimeExpressionManager::addFrontendFlashMessage('error', $message, $this->sid);
return;
}
Expand Down

0 comments on commit b2cc525

Please sign in to comment.