Skip to content

Commit 2e96817

Browse files
committed
Modify string connection_gained
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
1 parent 6c4b752 commit 2e96817

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class MessageInputFragment : Fragment() {
189189
animation.duration = 3000
190190
animation.interpolator = LinearInterpolator()
191191
binding.fragmentConnectionLost.setBackgroundColor(resources.getColor(R.color.hwSecurityGreen))
192-
binding.fragmentConnectionLost.text = getString(R.string.connection_gained)
192+
binding.fragmentConnectionLost.text = getString(R.string.connection_established)
193193
binding.fragmentConnectionLost.startAnimation(animation)
194194
binding.fragmentConnectionLost.animation.setAnimationListener(object : AnimationListener {
195195
override fun onAnimationStart(animation: Animation?) {

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ How to translate with transifex:
796796
<string name="show_banned_participants">Show banned participants</string>
797797
<string name="bans_list">Bans list</string>
798798
<string name="connection_lost_sent_messages_are_queued">Connection lost - Sent messages are queued</string>
799-
<string name="connection_gained">Connection gained</string>
799+
<string name="connection_established">Connection established</string>
800800
<string name="message_deleted_by_you">Message deleted by you</string>
801801
<string name="unban">Unban</string>
802802
<string name="internal_note">Internal note</string>

0 commit comments

Comments
 (0)