1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

fix: polish up en translation

This commit is contained in:
2022-04-21 14:44:23 +09:00
parent 0db775f3b4
commit 24bbfc1af4
4 changed files with 6 additions and 6 deletions

View File

@@ -19,6 +19,6 @@ it('renders welcome message', async () => {
<ToastContainer />
</StoreProvider>
);
const text = await findByText('Grab a slick name for your new app');
const text = await findByText('Grab a slick name for your new project');
expect(text).toBeTruthy();
});

View File

@@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
import LanguageDetector from 'i18next-browser-languagedetector';
import { initReactI18next } from 'react-i18next';
const TRANSLATION_VERSION = '13';
const TRANSLATION_VERSION = '14';
i18n
.use(Backend)