From 7dfdb7403b21689b2c6984ccf1633a492c0f4055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AiDN=E2=84=A2?= <45371311+originalaidn@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:14:28 +0200 Subject: [PATCH] adding 2 translation into appeals create missing "IP" and "Your IP", but maybe its needed to remove. most of players are sharing only SteamID --- resources/views/appeals/create.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/appeals/create.blade.php b/resources/views/appeals/create.blade.php index fd801af..ecb018f 100755 --- a/resources/views/appeals/create.blade.php +++ b/resources/views/appeals/create.blade.php @@ -37,7 +37,7 @@
@@ -110,7 +110,7 @@ function toggleBanInput() { banInputLabel.textContent = 'Your IP'; banInput.name = 'ip'; } else { - banInputLabel.textContent = 'Your SteamID'; + banInputLabel.textContent = '{{ __('Your SteamID') }}'; banInput.name = 'steamid'; } }