Skip to content

Commit

Permalink
app name consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu committed Nov 27, 2023
1 parent c09e3bd commit 59efa65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Református énekeskönyv (21-es kék és 48-as fekete)
# Református Énekeskönyv (21/48)

<p align="center">
<a href='https://play.google.com/store/apps/details?id=com.github.reformatus.enekeskonyv'><img style='height: 83px' alt='Szerezd meg: Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/hu_badge_web_generic.png'/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://apps.apple.com/us/app/reform%C3%A1tus-%C3%A9nekesk%C3%B6nyv-21-48/id1661694803" style="width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/hu-hu?size=250x83&amp;releaseDate=1672272000" alt="Download on the App Store" style="width: 250px; height: 83px;"></a>
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.reformatus.enekeskonyv">
<application
android:label="Református énekeskönyv (21-es kék és 48-as fekete)"
android:label="Református Énekeskönyv (21/48)"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Református énekeskönyv (21-es kék és 48-as fekete)</string>
<string>Református Énekeskönyv (21/48)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: enekeskonyv
description: Református énekeskönyv (21-es kék és 48-as fekete)
description: Református Énekeskönyv (21/48)

publish_to: 'none'

Expand Down

0 comments on commit 59efa65

Please sign in to comment.