1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'completed' => [
8 'home' => 'Go to dashboard',
9 'logout' => 'Logout',
10 'text' => 'You can close this tab/window now',
11 'title' => 'osu! client verification has been completed',
12 ],
13
14 'create' => [
15 'confirm' => 'Click on authorise button below to finish client verification.',
16 'title' => 'osu! client verification',
17 ],
18];