This commit is contained in:
Dawid Wysokiński 2020-07-12 23:14:00 +02:00
parent 2b8d53035a
commit bd84106e6d
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ const renderActions = () => {
actionsContainer.appendChild(showTribeChangesTr);
const exportPlayerVillages = document.createElement('a');
exportPlayerVillages.href = '#';
exportPlayerVillages.innerHTML = 'Export player villages';
exportPlayerVillages.innerHTML = "Export player's villages";
exportPlayerVillages.addEventListener('click', handleExportPlayerVillagesButtonClick);
const exportPlayerVillagesTd = document.createElement('td');
exportPlayerVillagesTd.colSpan = '2';