File tree Expand file tree Collapse file tree
java/com/nextcloud/talk/chat Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ? ) {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments