mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 13746: Fix missing localization label
This commit is contained in:
parent
9a76fb70bf
commit
ad8e13cf03
@ -932,7 +932,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
accept: {
|
accept: {
|
||||||
label: 'message.accept.project.invitation',
|
label: 'label.accept.project.invitation',
|
||||||
action: function(args) {
|
action: function(args) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL('updateProjectInvitation'),
|
url: createURL('updateProjectInvitation'),
|
||||||
@ -954,7 +954,7 @@
|
|||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
confirm: function() { return 'message.confirm.join.project'; },
|
confirm: function() { return 'message.confirm.join.project'; },
|
||||||
notification: function() { return 'message.accept.project.invitation'; }
|
notification: function() { return 'label.accept.project.invitation'; }
|
||||||
},
|
},
|
||||||
notification: { poll: pollAsyncJobResult }
|
notification: { poll: pollAsyncJobResult }
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user