aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 15:45:09 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 15:45:27 +0530
commit31024050307a8944fa404aefdffdabd4aa122718 (patch)
tree2eae0fcec0ed25f243d3c2161a2d0b4818c6ddcb /src/components
parentNew Crowdin updates (#1819) (diff)
downloadferdium-app-31024050307a8944fa404aefdffdabd4aa122718.tar.gz
ferdium-app-31024050307a8944fa404aefdffdabd4aa122718.tar.zst
ferdium-app-31024050307a8944fa404aefdffdabd4aa122718.zip
chore: added TODO and regenerated file [skip ci]
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ui/AppLoader/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/AppLoader/index.js b/src/components/ui/AppLoader/index.js
index 31d7ca249..bbfd5de28 100644
--- a/src/components/ui/AppLoader/index.js
+++ b/src/components/ui/AppLoader/index.js
@@ -8,6 +8,7 @@ import { shuffleArray } from '../../../helpers/array-helpers';
8 8
9import styles from './styles'; 9import styles from './styles';
10 10
11// TODO: Need to externalize for i18n
11const textList = shuffleArray([ 12const textList = shuffleArray([
12 'Adding free features', 13 'Adding free features',
13 'Making application usable', 14 'Making application usable',