Skip to content

Commit

Permalink
rename in the ui title
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Mar 6, 2023
1 parent 9777f37 commit 3a925eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (m model) View() string {
}

func (m model) logoView() string {
return "\n" + common.TitleStyle.Render(" Azure Terrafy ") + "\n\n"
return "\n" + common.TitleStyle.Render(" Microsoft Azure Export for Terraform ") + "\n\n"
}

func importErrorView(m model) string {
Expand Down

0 comments on commit 3a925eb

Please sign in to comment.