Kouhei Sutou
null+****@clear*****
Wed Dec 31 23:42:36 JST 2014
Kouhei Sutou 2014-12-31 23:42:36 +0900 (Wed, 31 Dec 2014) New Revision: fabbdc1c57f47bcf4e46f85741e2ad7cfc7e1f90 https://github.com/groonga/groonga-admin/commit/fabbdc1c57f47bcf4e46f85741e2ad7cfc7e1f90 Message: table show: add missing "the" Modified files: app/scripts/controllers/table-new-controller.js Modified: app/scripts/controllers/table-new-controller.js (+1 -1) =================================================================== --- app/scripts/controllers/table-new-controller.js 2014-12-31 23:42:02 +0900 (80005de) +++ app/scripts/controllers/table-new-controller.js 2014-12-31 23:42:36 +0900 (b745d11) @@ -53,7 +53,7 @@ angular.module('groongaAdminApp') $location.url('/tables/' + parameters.name); } else { var errorMessage = response.errorMessage(); - $scope.message = 'Failed to create table: ' + errorMessage; + $scope.message = 'Failed to create the table: ' + errorMessage; } }); } -------------- next part -------------- HTML����������������������������... 下載