Skip to content

Commit

Permalink
trying to fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustablockCode authored Oct 12, 2024
1 parent cc9a27e commit 0c859d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h6 style="margin-top: -10px; margin-bottom: 20px" id="tagline">AI needs to be f
document.getElementById('title').innerHTML = i18next.t('title');
document.getElementById('tagline').innerHTML = i18next.t('tagline');
document.getElementById('label-search').innerHTML = i18next.t('label_search');
i18next.t('available_models', { count: models.length })
i18next.t('available_models', { count: models.length });
document.getElementById('enter-prompt').innerHTML = i18next.t('enter_prompt');
document.getElementById('load-text').innerHTML = i18next.t('loading');
document.getElementById('load-button').innerHTML = i18next.t('confirm');
Expand Down

0 comments on commit 0c859d6

Please sign in to comment.