Relabel the sections to high-performance backend to avoid confusion

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-08-18 21:14:51 +02:00
Родитель bec93a64ee
Коммит ec1f74e276
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -23,7 +23,7 @@
<template>
<div id="hosted_signaling_server" class="videocalls section">
<h2>
{{ t('spreed', 'Hosted signaling server') }}
{{ t('spreed', 'Hosted high-performance backend') }}
</h2>
<p class="settings-hint">

Просмотреть файл

@ -28,7 +28,7 @@
placeholder="wss://signaling.example.org"
:value="server"
:disabled="loading"
:aria-label="t('spreed', 'Signaling server URL')"
:aria-label="t('spreed', 'High-performance backend URL')"
@input="updateServer">
<input :id="'verify' + index"
type="checkbox"

Просмотреть файл

@ -23,7 +23,7 @@
<template>
<div id="signaling_server" class="videocalls section">
<h2>
{{ t('spreed', 'Signaling servers') }}
{{ t('spreed', 'High-performance backend') }}
<span v-if="saved" class="icon icon-checkmark-color" :title="t('spreed', 'Saved')" />
<a v-else-if="!loading && showAddServerButton"
v-tooltip.auto="t('spreed', 'Add a new server')"