mirror of https://github.com/apache/cloudstack.git
bug 13746: Fix missing localization label
status 13746: resolved fixed reviewed-by: jessica
This commit is contained in:
parent
0158f2662d
commit
f9f7581655
|
|
@ -932,7 +932,7 @@
|
|||
},
|
||||
|
||||
accept: {
|
||||
label: 'message.accept.project.invitation',
|
||||
label: 'label.accept.project.invitation',
|
||||
action: function(args) {
|
||||
$.ajax({
|
||||
url: createURL('updateProjectInvitation'),
|
||||
|
|
@ -954,7 +954,7 @@
|
|||
},
|
||||
messages: {
|
||||
confirm: function() { return 'message.confirm.join.project'; },
|
||||
notification: function() { return 'message.accept.project.invitation'; }
|
||||
notification: function() { return 'label.accept.project.invitation'; }
|
||||
},
|
||||
notification: { poll: pollAsyncJobResult }
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue