diff --git a/app/mobile/src/constants/Strings.js b/app/mobile/src/constants/Strings.js
index 0b9ccf08..78b38f32 100644
--- a/app/mobile/src/constants/Strings.js
+++ b/app/mobile/src/constants/Strings.js
@@ -186,6 +186,7 @@ const Strings = [
editMessage: 'Edit Message Text',
emptyTopic: 'Empty Topic',
+ noTopics: 'No Topics',
notes: 'Notes',
welcome: 'Welcome To Databag',
@@ -377,6 +378,7 @@ const Strings = [
editMessage: 'Modifier le Texte du Message',
emptyTopic: 'Pas de Messages',
notes: 'Notes',
+ noTopics: 'Pas de Sujets',
welcome: 'Bienvenue Sur Databag',
communication: 'Communication Pour l\'Internet Décentralisé',
@@ -567,6 +569,7 @@ const Strings = [
editMessage: 'Editar Texto del Mensaje',
emptyTopic: 'Ningún Mensaje',
notes: 'Notas',
+ noTopics: 'No Hay Temas',
welcome: 'Bienvenido a Databag',
communication: 'Comunicación para Internet Descentralizada',
@@ -757,6 +760,7 @@ const Strings = [
editMessage: 'Nachrichtentext Bearbeiten',
emptyTopic: 'Keine Nachrichten',
notes: 'Anmerkungen',
+ noTopics: 'Keine Themen',
welcome: 'Willkommen bei Databag',
communication: 'Kommunikation für das dezentrale Internet',
@@ -932,6 +936,7 @@ const Strings = [
editMessage: 'Editar Texto da Mensagem',
emptyTopic: 'Sem Mensagens',
notes: 'Notas',
+ noTopics: 'Sem Tópicos',
welcome: 'Bem-vindo ao DataBag',
communication: 'Comunicação para a Internet Descentralizada',
diff --git a/app/mobile/src/session/channels/Channels.jsx b/app/mobile/src/session/channels/Channels.jsx
index c926c37d..39db7c6c 100644
--- a/app/mobile/src/session/channels/Channels.jsx
+++ b/app/mobile/src/session/channels/Channels.jsx
@@ -67,13 +67,13 @@ export function Channels({ cardId, channelId, navigation, openConversation, dmCh
+ autoCapitalize="none" placeholderTextColor={Colors.disabled} placeholder={state.strings.topics} />
)}
{ state.channels.length == 0 && (
- No Topics Found
+ { state.strings.noTopics }
)}
{ state.channels.length != 0 && (
diff --git a/todo b/todo
index 28e1bd9b..dd90fd41 100644
--- a/todo
+++ b/todo
@@ -3,3 +3,9 @@ rotate screen mangles profile
registry showing stale handle for unknown contact
show disabled notifications if node disabled
warn if federated hostname fails
+
+fdroid modal blur
+block restore activity
+fdroid keyboard overlap
+contact sort
+fdroid edit profile detail button text center