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.');
},
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.');
},
},
computed:{
confidentialityOnWarning(){
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.',
);
},
};
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:{
lockWarning(){
returnsprintf(__('Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment.'),{issuableDisplayName:this.issuableDisplayName});
},
unlockWarning(){
returnsprintf(__('Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment.'),{issuableDisplayName:this.issuableDisplayName});
},
unlockWarning(){
returnsprintf(
__(
'Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment.',