Skip to content
Snippets Groups Projects
Commit 8a662a6c authored by Thomas Müller's avatar Thomas Müller
Browse files

Cleanup string - easier for translators

parent e8b423f6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if($result !== false) {
OC_JSON::success(array('data' => array('appid' => $appid)));
} else {
$l = OC_L10N::get('settings');
OC_JSON::error(array("data" => array( "message" => $l->t("Couldn\'t update app. ") )));
OC_JSON::error(array("data" => array( "message" => $l->t("Couldn't update app.") )));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment