Skip to content

Commit

Permalink
#2490 - corrected accidentally changed message text
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Jun 25, 2024
1 parent 0f1d3bf commit 7f978ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const handleFocus = () => {
v-if="state.skillsWereMovedOrReusedAlready"
title="Please Refresh"
:show-refresh-action="true"
message="`Cannot initiate skill ${actionNameLowerCase} while skill finalization is pending.`"/>
message="Skills were moved or reused in another browser tab OR modified by another project administrator." />
<no-content2
class="mt-5 mb-4"
v-if="!hasDestinations && !state.skillsWereMovedOrReusedAlready"
Expand Down

0 comments on commit 7f978ce

Please sign in to comment.