Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto GarcĂ­a Hierro <alberto@garciahierro.com>2018-07-12 12:36:33 +0300
committerGitHub <noreply@github.com>2018-07-12 12:36:33 +0300
commit16c935bbe2198bfc7e34af78270cfc45aae4d633 (patch)
tree9dc6213184f325d3c559ee12a1d9a74f17c29ae1
parentaac1ee3830d0a5b1cf440e5d5faed0a522aa38fb (diff)
parentceebe1dc18388dc98110c3a7fdadd96515a7ea5c (diff)
Merge pull request #538 from iNavFlight/agh_facebook_link2.0.0-rc3
Add link to Facebook group
-rwxr-xr-x_locales/en/messages.json3
-rw-r--r--tabs/landing.html1
2 files changed, 4 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 166e0e86..f33b24a5 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -316,6 +316,9 @@
"communityTelegramSupport": {
"message": "Telegram Channel"
},
+ "communityFacebookSupport": {
+ "message": "Facebook Group"
+ },
"initialSetupBackupAndRestoreApiVersion": {
"message": "<span style=\"color: red\">Backup and restore functionality disabled.</span> You have firmware with API version <span style=\"color: red\">$1</span>, backup and restore requires <span style=\"color: #37a8db\">$2</span>. Please backup your settings via the CLI, see INAV documentation for procedure."
},
diff --git a/tabs/landing.html b/tabs/landing.html
index c48c3ff1..71aa8aa2 100644
--- a/tabs/landing.html
+++ b/tabs/landing.html
@@ -8,6 +8,7 @@
</div>
<div class="community">
<ul class="communityTelegramSupport"><a href="https://t.me/INAVFlight" target="_blank"><i class="fa fa-telegram" aria-hidden="true"></i><span i18n="communityTelegramSupport"></span></a></ul>
+ <ul class="communityFacebookSupport"><a href="https://www.facebook.com/groups/INAVOfficial" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i><span i18n="communityFacebookSupport"></span></a></ul>
<ul class="communitySlackSupport"><a href="https://publicslack.com/slacks/inavflight/invites/new" target="_blank"><i class="fa fa-slack" aria-hidden="true"></i><span i18n="communitySlackSupport"></span></a></ul>
<ul class="communityRCGroupsSupport"><a href="https://www.rcgroups.com/forums/showthread.php?2495732-Cleanflight-iNav-%28navigation-rewrite%29-project" target="_blank"><i class="fa fa-users" aria-hidden="true"></i><span i18n="communityRCGroupsSupport"></span></a></ul>
</div>