Skip to content

Commit

Permalink
Add missing js string
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 10, 2012
1 parent 51be342 commit 45eb56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/datapreview/datapreview.js
Expand Up @@ -9,7 +9,7 @@ CKAN.Strings = CKAN.Strings || {};
CKAN.Strings.errorLoadingPreview = "Could not load preview";
CKAN.Strings.errorDataProxy = "DataProxy returned an error";
CKAN.Strings.errorDataStore = "DataStore returned an error";

CKAN.Strings.previewNotAvailableForDataType = "Preview not available for data type: ";

(function ($) {
$(document).ready(function () {
Expand Down

0 comments on commit 45eb56f

Please sign in to comment.