fix trans key of notice for removing items

This commit is contained in:
printempw 2016-10-22 23:09:35 +08:00
parent 121cc4ea6d
commit c615612889

View File

@ -2,7 +2,7 @@
* @Author: printempw
* @Date: 2016-07-19 10:46:38
* @Last Modified by: printempw
* @Last Modified time: 2016-10-16 20:16:45
* @Last Modified time: 2016-10-22 23:08:29
*/
'use strict';
@ -92,7 +92,7 @@ function ajaxAddToCloset(tid, name) {
function removeFromCloset(tid) {
swal({
text: trans('user.removeFromCloset'),
text: trans('user.removeFromClosetNotice'),
type: 'warning',
showCancelButton: true,
cancelButtonColor: '#3085d6',