Commit 60b61386b41d18ac9dbedaf678598f807df97f0b
1 parent
0181c19ffc
Exists in
master
and in
1 other branch
fix text
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
app/scripts/controllers/tshirtdesign.js
| ... | ... | @@ -139,7 +139,7 @@ |
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | $scope.canvasClearAll = function(){ |
| 142 | - if (confirm('Do you want to reset design frame ?')){ | |
| 142 | + if (confirm('配置されたすべての文字や画像を消去します')){ | |
| 143 | 143 | canvas.clear(); |
| 144 | 144 | } |
| 145 | 145 | } |
| ... | ... | @@ -386,7 +386,7 @@ |
| 386 | 386 | /**** process insert image */ |
| 387 | 387 | $scope.chooseImage = function(e){console.log(e); |
| 388 | 388 | if (e.target.files[0] && e.target.files[0].size > 5*1024*1024){ |
| 389 | - alert('file size much be <= 5MB'); | |
| 389 | + alert('アップロードできませんでした'); | |
| 390 | 390 | return; |
| 391 | 391 | } |
| 392 | 392 | var reader = new FileReader(); |