diff --git a/src/ui/install.tis b/src/ui/install.tis
index 39301fd02..3a7920bcf 100644
--- a/src/ui/install.tis
+++ b/src/ui/install.tis
@@ -13,7 +13,7 @@ class Install: Reactor.Component {
- {translate('End-user license agreement')}
+ {translate('End-user license agreement')}
{translate('agreement_tip')}
@@ -46,7 +46,7 @@ class Install: Reactor.Component {
}
}
- event click $(#aggrement) {
+ event click $(#agreement) {
view.open_url("http://rustdesk.com/privacy");
}