diff --git a/Web/Presenters/templates/Gifts/UserGifts.xml b/Web/Presenters/templates/Gifts/UserGifts.xml
index b84fdcbf..650e475e 100644
--- a/Web/Presenters/templates/Gifts/UserGifts.xml
+++ b/Web/Presenters/templates/Gifts/UserGifts.xml
@@ -34,6 +34,12 @@
+
+ {_sent}: |
+
+ {$x->sent}
+ |
+
{_comment}: |
{$x->caption} |
diff --git a/locales/en.strings b/locales/en.strings
index 74915a50..0a9b6235 100644
--- a/locales/en.strings
+++ b/locales/en.strings
@@ -1200,6 +1200,7 @@
"coins_other" = "$1 votes";
"users_gifts" = "Gifts";
+"sent" = "Sent";
/* Apps */
"app" = "Application";
diff --git a/locales/ru.strings b/locales/ru.strings
index 4d2751d2..5db98586 100644
--- a/locales/ru.strings
+++ b/locales/ru.strings
@@ -1142,6 +1142,7 @@
"coins_many" = "$1 голосов";
"coins_other" = "$1 голосов";
"users_gifts" = "Подарки";
+"sent" = "Отправлено";
/* Apps */
"app" = "Приложение";