Typo
parent
7a590832a3
commit
bad4dfeb77
|
@ -27,15 +27,16 @@ cancelTimeout = @.taiga.cancelTimeout
|
||||||
NOTIFICATION_MSG = {
|
NOTIFICATION_MSG = {
|
||||||
"success":
|
"success":
|
||||||
title: "Everything is ok"
|
title: "Everything is ok"
|
||||||
message: "Our oompa Loompas saved all your changes!"
|
message: "Our Oompa Loompas saved all your changes!"
|
||||||
"error":
|
"error":
|
||||||
title: "Oops, something happened..."
|
title: "Oops, something happened..."
|
||||||
message: "Our oompa Loompas are sad, your changes were not saved!"
|
message: "Our Oompa Loompas are sad, your changes were not saved!"
|
||||||
"light-error":
|
"light-error":
|
||||||
title: "Oops, something happened..."
|
title: "Oops, something happened..."
|
||||||
message: "Our oompa Loompas are sad, your changes were not saved!"
|
message: "Our Oompa Loompas are sad, your changes were not saved!"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class ConfirmService extends taiga.Service
|
class ConfirmService extends taiga.Service
|
||||||
@.$inject = ["$q", "lightboxService"]
|
@.$inject = ["$q", "lightboxService"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue