Skip to content
Snippets Groups Projects
Unverified Commit 7e7414e8 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

fix(cache): Add missing question mark in the 'Clear cache' confirmation modal (#44453)

parent dab2d852
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ const InvalidateNowFormBody = ({ targetName }: { targetName?: string }) => {
() =>
askConfirmation({
title: targetName
? t`Clear all cached results for ${targetName}`
? t`Clear all cached results for ${targetName}?`
: t`Clear all cached results for this object?`,
message: "",
confirmButtonText: t`Clear cache`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment