Skip to content

Commit 8edb91a

Browse files
committed
relay code changes
1 parent abd3a2b commit 8edb91a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

appimage/supermenus/osupermenu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ osupermenu () {
1515
"Chrome"
1616
"Onlyoffice"
1717
"Foliate"
18-
"MS Teams"
18+
"Microsoft Teams"
1919
"Anydesk"
2020
"Slack"
2121
"Figma"
@@ -74,7 +74,7 @@ osupermenu () {
7474
"Chrome") _chrome="com.google.Chrome" ;;
7575
"Onlyoffice") _oofice="org.onlyoffice.desktopeditors" ;;
7676
"Foliate") _foli="com.github.johnfactotum.Foliate" ;;
77-
"MS Teams") _msteams="com.github.IsmaelMartinez.teams_for_linux" ;;
77+
"Microsoft Teams") _msteams="com.github.IsmaelMartinez.teams_for_linux" ;;
7878
"Anydesk") _anyd="com.anydesk.Anydesk" ;;
7979
"Slack") _slck="com.slack.Slack" ;;
8080
"Figma") _fig="1" ;;

pkgscripts/supermenus/osupermenu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ osupermenu () {
1515
"Chrome"
1616
"Onlyoffice"
1717
"Foliate"
18-
"MS Teams"
18+
"Microsoft Teams"
1919
"Anydesk"
2020
"Slack"
2121
"Figma"
@@ -74,7 +74,7 @@ osupermenu () {
7474
"Chrome") _chrome="com.google.Chrome" ;;
7575
"Onlyoffice") _oofice="org.onlyoffice.desktopeditors" ;;
7676
"Foliate") _foli="com.github.johnfactotum.Foliate" ;;
77-
"MS Teams") _msteams="com.github.IsmaelMartinez.teams_for_linux" ;;
77+
"Microsoft Teams") _msteams="com.github.IsmaelMartinez.teams_for_linux" ;;
7878
"Anydesk") _anyd="com.anydesk.Anydesk" ;;
7979
"Slack") _slck="com.slack.Slack" ;;
8080
"Figma") _fig="1" ;;

src/resources/supermenus/osupermenu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ osupermenu () {
1515
"Chrome"
1616
"Onlyoffice"
1717
"Foliate"
18-
"MS Teams"
18+
"Microsoft Teams"
1919
"Anydesk"
2020
"Slack"
2121
"Figma"
@@ -74,7 +74,7 @@ osupermenu () {
7474
"Chrome") _chrome="com.google.Chrome" ;;
7575
"Onlyoffice") _oofice="org.onlyoffice.desktopeditors" ;;
7676
"Foliate") _foli="com.github.johnfactotum.Foliate" ;;
77-
"MS Teams") _msteams="com.github.IsmaelMartinez.teams_for_linux" ;;
77+
"Microsoft Teams") _msteams="com.github.IsmaelMartinez.teams_for_linux" ;;
7878
"Anydesk") _anyd="com.anydesk.Anydesk" ;;
7979
"Slack") _slck="com.slack.Slack" ;;
8080
"Figma") _fig="1" ;;

0 commit comments

Comments
 (0)