diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index c1b9f720..daaa3711 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -85,7 +85,7 @@ const forceShow = ref(false) relative text-secondary ws-nowrap >
- Pinned post + {{ $t('status.pinned') }}
diff --git a/locales/en.json b/locales/en.json index 3f5194ad..aa110367 100644 --- a/locales/en.json +++ b/locales/en.json @@ -632,6 +632,7 @@ "dismiss": "Dismiss", "read": "Read {0} description" }, + "pinned": "Pinned post", "poll": { "count": "{0} votes|{0} vote|{0} votes", "ends": "ends {0}",