Skip to content

Commit

Permalink
Change Meta Description and Fix Date Mobile Picker Button Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrozadotdev committed Nov 23, 2023
1 parent a802e5d commit 65861ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions client/packages/openblocks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
name="viewport"
content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no viewport-fit=cover"
/>
<meta
lang="en"
name="description"
content="A developer-friendly open-source low code platform to build internal apps within minutes."
/>
<meta name="theme-color" content="#000000" />
<script type="module" crossorigin src="/js/proxy.js"></script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion client/packages/openblocks/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class AppIndex extends React.Component<AppIndexProps, any> {
<Helmet>
{<title>{this.props.brandName}</title>}
{<link rel="icon" href={this.props.favicon} />}
<meta name="description" content={trans("productDesc")} />
<meta name="description" content={this.props.brandName} />
</Helmet>
<SystemWarning />
<Router history={history}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ const handleClick = async (
params.onChange(time);
},
onClose: params.onBlur,
confirmText: trans("time.mobileConfirmButtonText"),
cancelText: trans("time.mobileCancelButtonText")
});

params.onFocus();
Expand Down

0 comments on commit 65861ef

Please sign in to comment.