diff --git a/WordPress/src/main/java/org/wordpress/android/ui/mysite/MySiteCardAndItemDecoration.kt b/WordPress/src/main/java/org/wordpress/android/ui/mysite/MySiteCardAndItemDecoration.kt
index 6b84fedef08c..1a667774ef53 100644
--- a/WordPress/src/main/java/org/wordpress/android/ui/mysite/MySiteCardAndItemDecoration.kt
+++ b/WordPress/src/main/java/org/wordpress/android/ui/mysite/MySiteCardAndItemDecoration.kt
@@ -18,6 +18,11 @@ class MySiteCardAndItemDecoration(
val position = parent.getChildAdapterPosition(view)
if (position < 0) return
when (parent.adapter?.getItemViewType(position)) {
+ MySiteCardAndItem.Type.INFO_ITEM.ordinal -> {
+ outRect.top = verticalMargin
+ outRect.left = horizontalMargin
+ outRect.right = horizontalMargin
+ }
MySiteCardAndItem.Type.LIST_ITEM.ordinal,
MySiteCardAndItem.Type.CATEGORY_HEADER_ITEM.ordinal -> {
outRect.left = horizontalMargin
diff --git a/WordPress/src/main/res/values/strings.xml b/WordPress/src/main/res/values/strings.xml
index fc4db43df38e..cf4d8bb26652 100644
--- a/WordPress/src/main/res/values/strings.xml
+++ b/WordPress/src/main/res/values/strings.xml
@@ -2204,7 +2204,7 @@
Couldn\'t update dashboard.
- Couldn\'t update dashboard. Check your connection and pull to refresh.
+ The dashboard is not updated. Please check your connection and then pull to refresh.
Work on a draft post
@@ -2220,8 +2220,8 @@
Go to scheduled posts
- Some data wasn\'t loaded
- Couldn\'t display more data about your site right now.
+ Some data hasn\'t loaded
+ We\'re having trouble loading your site\'s data at the moment.
Choose site
diff --git a/WordPress/src/main/res/values/styles.xml b/WordPress/src/main/res/values/styles.xml
index 6ff1eccd6bbd..b1ebc5ec88cd 100644
--- a/WordPress/src/main/res/values/styles.xml
+++ b/WordPress/src/main/res/values/styles.xml
@@ -600,7 +600,7 @@