mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 13746: Fix missing localization label
This commit is contained in:
parent
9a76fb70bf
commit
ad8e13cf03
@ -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…
x
Reference in New Issue
Block a user