returns__('confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue.');
confidentialityOnWarning(){
},
returns__(
confidentialityOffWarning(){
'confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue.',
returns__('confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue.');
);
},
},
},
};
confidentialityOffWarning(){
returns__(
'confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue.',
'Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment.',
),
{issuableDisplayName:this.issuableDisplayName},
);
},
},
computed:{
unlockWarning(){
lockWarning(){
returnsprintf(
returnsprintf(__('Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment.'),{issuableDisplayName:this.issuableDisplayName});
__(
},
'Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment.',
unlockWarning(){
),
returnsprintf(__('Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment.'),{issuableDisplayName:this.issuableDisplayName});