1
0
forked from metin2/web

Improved registration logic, localized registration page.

This commit is contained in:
2024-12-31 20:07:28 +02:00
parent 00e2a43015
commit 561ab7ea97
5 changed files with 149 additions and 32 deletions

View File

@ -1,8 +1,8 @@
<div id="progressTracker">
@php($progressTexts = [
1 => 'Înregistrare',
2 => 'Activează și descarcă',
3 => 'Instalează și joacă-te',
1 => __('app/register.progress-texts.register'),
2 => __('app/register.progress-texts.activate-download'),
3 => __('app/register.progress-texts.install-play'),
])
@for ($i = 1; $i <= 3; $i++)