Skip to content

Commit

Permalink
PLT-7634 Tweaked descriptions and titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Sep 23, 2023
1 parent 1126128 commit 9e4847c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ services:
ports:
- 3780:3780

marlowe-runner:
marlowe-payouts:
image: ghrc.io/input-output-hk/marlowe-payouts:latest
environment:
- MARLOWE_RT_WEBSERVER_URL=${MARLOWE_RT_WEBSERVER_URL:?err}
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.github.com/input-output-hk/iogx#31-flakenix

{
description = "Marlowe Withdraw dapp";
description = "Marlowe withdraw dapp";

inputs = {
iogx.url = "github:input-output-hk/iogx";
Expand Down
2 changes: 1 addition & 1 deletion nix/marlowe-payouts/deploy/oci-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
uid = "0";
gid = "0";
labels = {
description = "Marlowe Withdraw dapp.";
description = "Marlowe withdraw dapp.";
source = "https://github.com/input-output-hk/marlowe-payouts";
license = "Apache-2.0";
};
Expand Down
2 changes: 1 addition & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in
{
# name = "nix-shell";
# prompt = "$ ";
welcomeMessage = "Marlowe Payouts";
welcomeMessage = "Marlowe withdraw dapp";
packages = [
nodejs
];
Expand Down

0 comments on commit 9e4847c

Please sign in to comment.