Skip to content
Snippets Groups Projects
Commit 5e422dea authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

fix typo

parent 66cab77b
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("Could 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.
Finish editing this message first!
Please register or to comment