@gravity-ui/blog-constructor 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ exports.i18n.registerKeyset(locale_1.Lang.En, KEYSET_NAME, {
44
44
  [Keyset.AllTags]: 'All topics',
45
45
  [Keyset.ActionSavedOnly]: 'Saved',
46
46
  [Keyset.AllServices]: 'All Services',
47
- [Keyset.PromptSignInOnLike]: 'Please sign in to save your bookmarks',
47
+ [Keyset.PromptSignInOnLike]: 'Sign in to save this post',
48
48
  [Keyset.ContextReadingTime]: [
49
49
  '{{count}} min to read',
50
50
  '{{count}} mins to read',
@@ -69,7 +69,7 @@ exports.i18n.registerKeyset(locale_1.Lang.Ru, KEYSET_NAME, {
69
69
  [Keyset.AllTags]: 'Все темы',
70
70
  [Keyset.ActionSavedOnly]: 'Сохранённые',
71
71
  [Keyset.AllServices]: 'Все сервисы',
72
- [Keyset.PromptSignInOnLike]: 'Войдите, чтобы добавить доклад в своё расписание',
72
+ [Keyset.PromptSignInOnLike]: 'Войдите, чтобы сохранить пост',
73
73
  [Keyset.ContextReadingTime]: [
74
74
  '{{count}} минута чтения',
75
75
  '{{count}} минуты чтения',
@@ -41,7 +41,7 @@ i18n.registerKeyset(Lang.En, KEYSET_NAME, {
41
41
  [Keyset.AllTags]: 'All topics',
42
42
  [Keyset.ActionSavedOnly]: 'Saved',
43
43
  [Keyset.AllServices]: 'All Services',
44
- [Keyset.PromptSignInOnLike]: 'Please sign in to save your bookmarks',
44
+ [Keyset.PromptSignInOnLike]: 'Sign in to save this post',
45
45
  [Keyset.ContextReadingTime]: [
46
46
  '{{count}} min to read',
47
47
  '{{count}} mins to read',
@@ -66,7 +66,7 @@ i18n.registerKeyset(Lang.Ru, KEYSET_NAME, {
66
66
  [Keyset.AllTags]: 'Все темы',
67
67
  [Keyset.ActionSavedOnly]: 'Сохранённые',
68
68
  [Keyset.AllServices]: 'Все сервисы',
69
- [Keyset.PromptSignInOnLike]: 'Войдите, чтобы добавить доклад в своё расписание',
69
+ [Keyset.PromptSignInOnLike]: 'Войдите, чтобы сохранить пост',
70
70
  [Keyset.ContextReadingTime]: [
71
71
  '{{count}} минута чтения',
72
72
  '{{count}} минуты чтения',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {