Skip to content

Commit

Permalink
fix(branching): fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jul 22, 2021
1 parent 97de478 commit fe6223e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/groups/DeviceGroupRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import cx from 'classnames';
import { Link } from "react-router-dom";
import DeviceImage from "../device-image";
import { GroupAddress, WithDevices } from "../../store";
<<<<<<< HEAD

=======
import { useTranslation } from "react-i18next";
>>>>>>> origin/master


type DeviceGroupRowProps = {
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class SettingsPage extends Component<PropsFromStore & SettingsPageProps &
const { missingTranslations, i18n } = this.props;
const currentLanguage = i18n.language.split('-')[0];

const url = `https://github.com/nurikk/z2m-frontend/edit/master/src/i18n/locales/${currentLanguage}.json`;
const url = `https://github.com/nurikk/z2m-frontend/edit/dev/src/i18n/locales/${currentLanguage}.json`;
return <div className="p-3">
<p>This page contains missing translation keys.</p>
<p>You can navigate to different pages to collect missing tranlations and come back here again (don't referesh browser page).</p>
Expand Down

0 comments on commit fe6223e

Please sign in to comment.