diff --git a/t/Asset/File/GalleryFile/Photo/comment.t b/t/Asset/File/GalleryFile/Photo/comment.t
index d81bed667..040b4a4d3 100644
--- a/t/Asset/File/GalleryFile/Photo/comment.t
+++ b/t/Asset/File/GalleryFile/Photo/comment.t
@@ -204,7 +204,7 @@ cmp_deeply(
re( qr{TinyMCE}i ),
),
commentForm_submit => all(
- re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment"[^>]+>/ ),
+ re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment."[^>]+>/ ),
),
} ),
"appendTemplateVarsCommentForm returns the correct structure",
@@ -243,7 +243,7 @@ cmp_deeply(
re( qr{$comment->{bodyText}} ),
),
commentForm_submit => all(
- re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment"[^>]+>/ ),
+ re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment."[^>]+>/ ),
),
} ),
"appendTemplateVarsCommentForm returns the correct structure",