t('ecloud-accounts','Do you want to become a beta user?')
t(appName,'Do you want to become a beta user?')
}}
</h2>
<pclass="settings-hint">
{{
t('ecloud-accounts','You want to experiment new features ahead of the others and provide feedback on them before and if they\'re released? This section is made for you!')
t(appName,'You want to experiment new features ahead of the others and provide feedback on them before and if they\'re released? This section is made for you!')
}}
</p>
<pclass="settings-hint">
{{
t('ecloud-accounts','To get a preview of our new features you need to become part of our beta users.To do so, simply click on the button below.You can opt out of beta features at anytime.')
t(appName,'To get a preview of our new features you need to become part of our beta users.To do so, simply click on the button below.You can opt out of beta features at anytime.')
}}
</p>
<divid="groups"class="aliases-info">
<inputtype="button"
class="width300"
:value="becomeBetaUserButtonLabel"
:value="t(appName, 'Become a beta user')"
@click="becomeBetaUser()">
</div>
<divclass="margin-top-10">
<pclass="settings-hint">
{{t('ecloud-accounts','Here is the list of currently available beta features: ')}}
{{t(appName,'Here is the list of currently available beta features: ')}}
</p>
<ulclass="beta-apps settings-hint">
<liv-for="app in betaApps":key="app">
@@ -35,14 +35,14 @@
</div>
<divv-if="isBetaUser"class="section padding-0">
<h2>
{{t('ecloud-accounts','You are part of the beta users.')}}
{{t(appName,'You are part of the beta users.')}}
</h2>
<pclass="settings-hint">
{{t('ecloud-accounts','Note : as the features are not released yet, you may encounter some bugs. Please report them or give your feedback using the form below.')}}
{{t(appName,'Note : as the features are not released yet, you may encounter some bugs. Please report them or give your feedback using the form below.')}}
</p>
<div>
<pclass="settings-hint">
{{t('ecloud-accounts','Here is the list of currently available beta features:')}}
{{t(appName,'Here is the list of currently available beta features:')}}