This commit is contained in:
Max Bradbury 2020-07-20 17:36:39 +01:00
parent caa4e00948
commit ca84505c7d
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ async function run() {
function handleTilePrefix() {
if (this.value) {
spanTileNamePreview.innerText = `e.g. '${this.value} 1'`
spanTileNamePreview.innerText = `'${this.value} 1' etc.`
} else {
spanTileNamePreview.innerText = "e.g. 'forest 1'"
spanTileNamePreview.innerText = "'forest 1' etc."
}
}