Skip to content

Commit

Permalink
modified: script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGATREX4 committed Sep 15, 2023
1 parent 5241b98 commit 0c32d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function displayTranslations(data, currentPage, itemsPerPage) {
// Додавання імені автора або "команда СУМ", якщо автор не вказаний
const authorElement = document.createElement('p');
authorElement.classList.add('author');
authorElement.textContent = `Автор: ${item.author || 'команда СУМ'}`;
authorElement.textContent = `Автор: ${item.author || 'Команда СУМ'}`;

// Додавання кнопки "Переклад" з посиланням на GitHub
const translationButton = document.createElement('a');
Expand Down

0 comments on commit 0c32d6f

Please sign in to comment.