mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
fix send button label
This commit is contained in:
@@ -95,7 +95,7 @@ public class TransportOptions {
|
||||
List<TransportOption> results = new LinkedList<>();
|
||||
|
||||
results.add(new TransportOption(Type.NORMAL_MAIL, R.drawable.ic_send_sms_white_24dp,
|
||||
context.getString(R.string.app_name),
|
||||
context.getString(R.string.menu_send),
|
||||
context.getString(R.string.chat_input_placeholder)));
|
||||
|
||||
return results;
|
||||
|
||||
Reference in New Issue
Block a user