Skip to content

Commit

Permalink
Update GameDashboardCard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh committed Feb 4, 2025
1 parent 845ee6d commit fa1b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/GameDashboard/GameDashboardCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ const GameDashboardCard = ({
let message = t`Your game and this project will be deleted. This action is irreversible. Do you want to continue?`;

if (isPublishedOnGdGames) {
message = t`This game is public on gd.games. If you continue the game and this project will be deleted. This action is irreversible. Do you want to continue?`;
message = t`This game is public on gd.games.${'\n\n'}If you continue the game and this project will be deleted. This action is irreversible. Do you want to continue?`;
}

const answer = await showDeleteConfirmation({
Expand Down

0 comments on commit fa1b4d2

Please sign in to comment.