Skip to content

Commit

Permalink
fix: missed translation bn-IN and safeareaview style on CreateDiscuss…
Browse files Browse the repository at this point in the history
…ionView
  • Loading branch information
OtavioStasiak committed Nov 22, 2024
1 parent 6a6819e commit 79bb4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/i18n/locales/bn-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"Discard_changes_description": "যদি আপনি সংরক্ষণ ছাড়া পৃষ্ঠায় ফিরে যান, তবে সমস্ত পরিবর্তন হারিয়ে যাবে।",
"Discussion": "আলোচনা",
"Discussion_Desc": "क्या हो रहा है, इस पर नज़र रखने में मदद करें! एक चर्चा बनाने से, आपके द्वारा चुने गए चैनल का एक उप-चैनल बनाया जाता है और दोनों को लिंक किया जाता है।",
"Discussion_name": "আলোচনা নাম",
"Discussions": "আলোচনা",
"Display": "ডিসপ্লে",
"Do_you_have_a_certificate": "আপনার কি এই ওয়ার্কস্পেসের জন্য একটি সার্টিফিকেট আছে?",
Expand Down
2 changes: 1 addition & 1 deletion app/views/CreateDiscussionView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class CreateDiscussionView extends React.Component<ICreateChannelViewProps, ICre
contentContainerStyle={styles.container}
keyboardVerticalOffset={128}>
<StatusBar />
<SafeAreaView testID='create-discussion-view' style={{ flex: 1 }}>
<SafeAreaView testID='create-discussion-view' style={styles.container}>
<ScrollView {...scrollPersistTaps}>
<Text style={[styles.description, { color: themes[theme].fontDefault }]}>{I18n.t('Discussion_Desc')}</Text>
<View style={{ gap: 12, paddingTop: 12 }}>
Expand Down

0 comments on commit 79bb4ce

Please sign in to comment.