diff --git a/core/res/res/layout/app_error_dialog.xml b/core/res/res/layout/app_error_dialog.xml index 9a5bbd4cfdd12..d78ce59872ffd 100644 --- a/core/res/res/layout/app_error_dialog.xml +++ b/core/res/res/layout/app_error_dialog.xml @@ -38,7 +38,7 @@ android:id="@+id/aerr_close" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/aerr_close" + android:text="@string/aerr_close_app" android:drawableStart="@drawable/ic_close" style="@style/aerr_list_item" />