spelling: agreement

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:18 -05:00
parent b4bb5bfecf
commit cbfcc3657f

View File

@ -13,7 +13,7 @@ class Install: Reactor.Component {
</div>
<div><button|checkbox #startmenu checked>{translate('Create start menu shortcuts')}</button></div>
<div><button|checkbox #desktopicon checked>{translate('Create desktop icon')}</button></div>
<div #aggrement .link style="margin-top: 2em;">{translate('End-user license agreement')}</div>
<div #agreement .link style="margin-top: 2em;">{translate('End-user license agreement')}</div>
<div>{translate('agreement_tip')}</div>
<div style="height: 1px; background: gray; margin-top: 1em" />
<div style="text-align: right;">
@ -46,7 +46,7 @@ class Install: Reactor.Component {
}
}
event click $(#aggrement) {
event click $(#agreement) {
view.open_url("http://rustdesk.com/privacy");
}