'Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs.',
);
exportdefault{
alertMessage,
components:{
GlSprintf,
GlLink,
},
computed:{
currentPath(){
returnwindow.location.pathname;
},
alertMessage(){
returnsprintf(
__(
'Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs.',