Skip to content

Commit 4582eef

Browse files
Remove period at the end of the fallback URL.
1 parent 0e7e38e commit 4582eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/include/util.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export function openUrl(url) {
200200
if (!successful) {
201201
tiled.alert(`Failed to open URL in browser. Please copy and paste this URL directly into your browser:
202202
203-
${url}.
203+
${url}
204204
205205
If that does not work for you, you can also copy the URL from the console instead.`);
206206
tiled.log(url);

0 commit comments

Comments
 (0)