Skip to content

Commit d448bc8

Browse files
authored
change "games" to "maps"
1 parent 5936916 commit d448bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/addons/menu/Code/MenuUI/MapsPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<GamePackageSortOrder Value:bind="@filterOrder" ></GamePackageSortOrder>
1818
</div>
1919

20-
<TextEntry @ref="SearchEntry" placeholder="Search games..."></TextEntry>
20+
<TextEntry @ref="SearchEntry" placeholder="Search maps..."></TextEntry>
2121

2222
@if (Result?.Properties is not null && Result.Properties.Length > 0 )
2323
{

0 commit comments

Comments
 (0)